DateTimeStringWithOffset extension

Provides extension methods on DateTime that create date/time strings with time-zone information.

on

Methods

toIso8601StringWithOffset() String
A version of DateTime.toIso8601String that includes the timezone offset.
toStringWithOffset() String
A version of DateTime.toString that includes the timezone offset.