Dart DateTime how to retain time zone offset information

Viewed 26

Dart DateTime doesn't keep the time zone offset and timezone package isn't much of a help. I've read through this question but it doesn't answer my question.

What should I do if I receive a DateTime including time zone offset and I need to check if the timezone offset is matching the local timezone offset and show warning if not?

0 Answers
Related