|
|
|
|
|
by rini17
1956 days ago
|
|
So how do I properly serialize a datetime in Europe/Prague time zone? As the article explains the use case where "CET" nor "CEST" nor fixed timezone offset is sufficient. And my actual local time zone is Europe/Bratislava, which may eventually differ from Prague. |
|
The "correct" way is presumably to work with an 8601 timestamp without time zone and carry the time zone spec along in an additional field.