SpicyChair / pluvia_weather_flutter

Pluvia 🌦️ | A weather app with beautiful animations, built with Flutter.
GNU General Public License v3.0
149 stars 17 forks source link

Show correct UTC offset #61

Open bbhtt opened 2 years ago

bbhtt commented 2 years ago

Fractional offsets seems to be not allowed. Places where the timezones have a fractional UTC offset show the next integer as the offset.

Examples.

  1. https://www.timeanddate.com/time/zone/myanmar/yangon +6:30

Screenshot1

  1. https://www.timeanddate.com/time/zone/india/kolkata +5:30

Screenshot2

  1. https://www.timeanddate.com/time/zone/australia/adelaide +10:30

Screenshot3