CalendarFormats

class Object
trait Matchable
class Any

Implicits

Implicits

implicit

This output is ISO 8601 compilant, e.g. 1999-01-01T00:00:00.001Z

This output is ISO 8601 compilant, e.g. 1999-01-01T00:00:00.001Z

implicit

This output is ISO 8601 compilant, e.g. 1999-01-01T00:00:00.001Z

This output is ISO 8601 compilant, e.g. 1999-01-01T00:00:00.001Z

implicit

This output is ISO 8601 compilant, e.g. 1999-01-01

This output is ISO 8601 compilant, e.g. 1999-01-01

implicit
val localDateTimeStringIso: IsoString[LocalDateTime]

This output is ISO 8601 compilant, e.g. 1999-01-01T00:00:00.001

This output is ISO 8601 compilant, e.g. 1999-01-01T00:00:00.001

implicit
val offsetDateTimeStringIso: IsoString[OffsetDateTime]

This output is ISO 8601 compilant, e.g. 1999-01-01T00:00:00.001Z

This output is ISO 8601 compilant, e.g. 1999-01-01T00:00:00.001Z

implicit
val zonedDateTimeStringIso: IsoString[ZonedDateTime]

As far as I know, the output this produces is not ISO 8601 compilant. It appends timezone designator e.g. 1999-01-01T00:00:00.001Z[UTC], which is used to identify the ZoneId, which denotes the local summer time rules etc.

As far as I know, the output this produces is not ISO 8601 compilant. It appends timezone designator e.g. 1999-01-01T00:00:00.001Z[UTC], which is used to identify the ZoneId, which denotes the local summer time rules etc.