getCurrentTimestampWithOffset top-level property
String
get
getCurrentTimestampWithOffset
Get the current timestamp in the local timezone format.
Returns a string in the format of yyyy-MM-ddTHH:mm:ss.SSSZ
.
Implementation
String get getCurrentTimestampWithOffset =>
formatTimestampForWithOffset(DateTime.now());