timezoneOffset property

String get timezoneOffset

Gets the timezone offset string (e.g., "+05:30")

Implementation

String get timezoneOffset => DateCalculations.formatTimezoneOffset(this);