static String stampToPattern(int timeStamp, String pattern) => dateTimeToPattern(stampToDateTime(timeStamp), pattern);