epoch property

DateTime epoch
final

A DateTime representing the start of the Discord epoch.

This is used as the epoch for millisecondsSinceEpoch.

Implementation

static final epoch = DateTime.utc(2015, 1, 1, 0, 0, 0);