# Functions
ISO8601 is a utility function that tries all of the date and date+time formats of ISO8601.
ValidDuration Validates the given string according to the Scala spec.
ValidSlowQueryThreshold Validates the given string according to what ES threshold values are expected spec.
# Constants
ISO8601Date defines an ISO 8601 Date format.
ISO8601Hour defines an ISO 8601 Date format including the hour.
ISO8601Minute defines an ISO 8601 Date format including the hour and the minute.
ISO8601Nano defines an ISO 8601 Date format including the hour, the minute, the second and the nanosecond.
ISO8601Second defines an ISO 8601 Date format including the hour, the minute and the second.
# Variables
ISO8601Formats contains a slice of all declared ISO 8601 date formats.