import times proc fromNumericDate*(i: BiggestInt): DateTime = fromUnix(i).utc proc toNumericDate*(d: DateTime): BiggestInt = toUnix(d.utc.toTime)