TZDateTime.fromMicrosecondsSinceEpoch constructor

TZDateTime.fromMicrosecondsSinceEpoch(
  1. Location location,
  2. int microsecondsSinceEpoch
)

Implementation

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