srawlins / timezone

Time zone database and time zone aware DateTime object for Dart.
BSD 2-Clause "Simplified" License
102 stars 54 forks source link

How to convert local time to utc with daylight saving time in mind? #102

Open Wizzel1 opened 3 years ago

Wizzel1 commented 3 years ago

So I am in the Timezone "Europe/Berlin" which is currently in UTC+2 because of daylight saving time.

However, converting my local time to UTC only decreases the current time by -1 hour (as if I were in a UTC+1) timezone.

So how do I properly convert my local time to UTC?

laura-galoyan commented 1 year ago

@Wizzel1 have you got a solution?

Wizzel1 commented 1 year ago

@laura-galoyan I don't, sorry