public class CqlTemporalFormat extends ZonedTemporalFormat
When formatting, this format uses DateTimeFormatter.ISO_OFFSET_DATE_TIME as the
formatting pattern, which is compliant with both CQL and ISO-8601.
| Modifier and Type | Field and Description |
|---|---|
static CqlTemporalFormat |
DEFAULT_INSTANCE |
| Constructor and Description |
|---|
CqlTemporalFormat(ZoneId timeZone) |
parseformatpublic static final CqlTemporalFormat DEFAULT_INSTANCE
public CqlTemporalFormat(@NonNull
ZoneId timeZone)
Copyright © 2017–2021 DataStax. All rights reserved.