获取指定天数的日期毫秒,0=当天,1=明天,-1=昨天
static int getDateByDayOffsetMs({int offset = 0}) => getDateByDayOffset(offset: offset).millisecondsSinceEpoch;