to build a system that supports multiple time zones, I was thinking, what format would be better to save the time zone? Is there a standard for this?
- "Asia/Shanghai"
- "GMT+8"
- save an Offset, for example, + 8 is 28800
to build a system that supports multiple time zones, I was thinking, what format would be better to save the time zone? Is there a standard for this?
time stamps are stored directly and output is formatted according to different time zones.
when adding data, the time zone should be uniform
upstairs is right, if the design to the time zone problem, you can not save date. Timestamp is what I think is the best solution
either save it in utc or timestamp
Previous: Missing 1 required positional arguments
Next: How do I define the maximum width for the width of a column in the elementUI table component?