utc top-level constant

Utc const utc

By default Isar returns DateTime values in the local timezone. If you want to receive UTC DateTime values instead, annotate the property or accessor with @utc.

Implementation

const utc = Utc();