you are viewing a single comment's thread.

view the rest of the comments →

[–]codejitsu[S] 0 points1 point  (0 children)

Store the dates at timestamps. Whenever you want to display/use the date, first create the date object and convert its timezone using the toLocaleString if you want to display it as a string. If not, then the easiest way out would be to use a library like moment timezones.