TZDateTime.fromMicrosecondsSinceEpoch constructor
Implementation
TZDateTime.fromMicrosecondsSinceEpoch(
Location location, int microsecondsSinceEpoch)
: this.from(
DateTime.fromMicrosecondsSinceEpoch(microsecondsSinceEpoch,
isUtc: true),
location);