Type | Description | Recommended Suffix | Sample Name | Sample Printed Value |
---|---|---|---|---|
Instant | A date-time without time-zone, fixed to UTC | timestamp | created_timestamp | 1970-01-01T00:00:00Z |
ZonedDateTime | A date-time with time-zone specified | date_time | start_date_time | 1970-01-01T00:00:00-06:00 |
LocalDate | A date without time-zone | date | birth_date | 2000-01-29 |
LocalTime | A time without time-zone | time | start_time | 08:34 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env kotlin | |
@file:DependsOn("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.2") | |
@file:DependsOn("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.14.2") | |
@file:DependsOn("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2") | |
@file:DependsOn("com.fasterxml.jackson.core:jackson-databind:2.14.2") | |
import com.fasterxml.jackson.databind.ObjectMapper | |
import com.fasterxml.jackson.dataformat.yaml.YAMLFactory | |
import com.fasterxml.jackson.module.kotlin.KotlinModule |
GitHub: https://madnight.github.io/githut/
Stack Overflow: https://survey.stackoverflow.co (most popular technologies, filtering to Professional Developers)
Statistics are rounded half-up to the nearest decimal
| Language | Metric | 2019 | 2020 | 2021 | 2022 | 2023 |
OlderNewer