utcOffset property - LocationTime class - core library - Dart API
utcOffset
utcOffset property
final
The UTC offset is the difference between the local time and the Coordinated Universal Time (UTC) in seconds. For example, if the local time is UTC+01:00, it is +3600 and if the local time is UTC-05:00, it is -18000.
Implementation
final Duration utcOffset;