Class JSONISODateTimeConverter

java.lang.Object
com.blackrook.json.converters.JSONDateFormatConverter
com.blackrook.json.converters.JSONISODateTimeConverter
All Implemented Interfaces:
JSONConverter<Date>

public class JSONISODateTimeConverter extends JSONDateFormatConverter
A JSON date/time converter that uses the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z' in UTC time as the format.
Since:
1.3.0
Author:
Matthew Tropiano
  • Constructor Details

    • JSONISODateTimeConverter

      public JSONISODateTimeConverter()
      Creates a new converter.