Skip to content

timezones don't persist through changes #69

@kapil1garg

Description

@kapil1garg

I set the timezone in UTC originally, but the front-end is generating timezones in America/Chicago. what's ultimately happening is that the timezone info is getting stripped out of the Dates as they are passed around, so the server misinterprets the timestamp as being in UTC time (which is 5/6 hours ahead) when it should be Chicago time

one way to fix this is to have EVERYTHING use only UTC, and include a timezone property as part of the CAPNotes. then, only when creating a formatting string, do you convert to timezones.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions