Flutter ,How to get Network DateTime like NTP package with specific TimeZone?

Viewed 69

I'm trying to get the network time with timezone. In Ntp package I get only UTC time. In Timezone package I get only device time.

User can login in every country.And can change device datetime and timezone. I want to show only Yangon(Myanmar)specific UTC time.

TimeZone In Yangon UTC time 3:00 pm(network time).
I change my device time to 4:00 pm but I got 4:00 pm in Timezone package. Not get network time

NTP In Yangon UTC time 3:00 pm(networktime).
I change my device timezone to Thailand(Bangkok).I got 3:30 (bangkok) time. Get network time but not my time zone

0 Answers
Related