ListTimestampParser extension

on

Methods

toDateTime() DateTime

Available on List<int>, provided by the ListTimestampParser extension

read timestamps in the format of 1934, 5, 4 -> DateTime(1934, 5, 4) 22, 11, 11 -> DateTime(2022, 11, 11) If the first is less than 100 it will be interpreted as 2000 + first