DEV Community

Discussion on: Where does GMT-0456 Timezone Come From?

Collapse
 
tbroyer profile image
Thomas Broyer

Also, a takeaway from this story: never use a datetime object to represent a local date (in JS, use an ISO 8601 formatted string, or make your own LocalDate object).