Class Dates


  • public class Dates
    extends Object
    • Field Detail

      • JSON_TIME_LENGTH

        public static final int JSON_TIME_LENGTH
    • Constructor Detail

      • Dates

        public Dates()
    • Method Detail

      • utc

        public static long utc​(long time)
      • toDate

        public static Date toDate​(TimeZone tz,
                                  int year,
                                  int month,
                                  int day,
                                  int hour,
                                  int minute,
                                  int second)
      • toDate

        public static Date toDate​(TimeZone tz,
                                  int year,
                                  int month,
                                  int day,
                                  int hour,
                                  int minute,
                                  int second,
                                  int miliseconds)
      • fromISO8601

        public static Date fromISO8601​(char[] charArray,
                                       int from,
                                       int to)
      • fromJsonDate

        public static Date fromJsonDate​(char[] charArray,
                                        int from,
                                        int to)
      • isISO8601

        public static boolean isISO8601​(char[] charArray,
                                        int start,
                                        int to)
      • isISO8601QuickCheck

        public static boolean isISO8601QuickCheck​(char[] charArray,
                                                  int start,
                                                  int to)
      • isJsonDate

        public static boolean isJsonDate​(char[] charArray,
                                         int start,
                                         int to)