Search code examples
Dealing with month names in different languages...


javadatetimetranslationjava-timedate-parsing

Read More
Given a whole hour of the day, how to find the next whole hour?...


javajava-timedstzoneddatetimetimeofday

Read More
Why is adding weeks to java.time.Instant not supported?...


javatimecalendarjava.time.instantjava-time

Read More
For a given date, detect the nth day-of-week in the month, then determine the same in next 6 months,...


javajava-timedayofweek

Read More
How to convert weeks of year to LocalDate...


javascalajava-timelocaldatedatetimeformatter

Read More
How can I iterate over every standard ISO 8601 week in a year in Java 8?...


javajava-timeiso8601

Read More
How to get next day end of day date time from given Instant ? (Java)...


javadatetimejava-time

Read More
Java get day of week in short form...


javadatesimpledateformatjava-timedayofweek

Read More
Add a fixed amount of minutes to a Java LocalTime in a for-loop until midnight without causing an in...


javajava-time

Read More
Why does the java.time.Clock has zone information?...


javatimezonejava-timejsr310

Read More
zoneddatetime toEpochSecond without converting to local time...


javadatejava-timeepochzoneddatetime

Read More
What does 'PT' prefix stand for in Duration?...


javadurationjava-timeiso8601period

Read More
How can I localize numbers with DateTimeFormatter?...


javalocalizationdatetime-formatjava-timelocaldate

Read More
What is the difference between withLocale() and localizedBy() in Java DateTimeFormatter?...


javajava-dateformatjava-timedate-formattingdatetimeformatter

Read More
Storing appointments in a SQL database such as Postgres for use with java.time framework...


javadatabasepostgresqltimezonejava-time

Read More
Unicode ICU and not java.time.DateTimeFormatter should be used for international dates and times...


javasonarqubejava-time

Read More
How to parse non-standard month names with DateTimeFormatter...


javadatetimelocalizationjava-8java-time

Read More
Mocking LocalDate.now() but when using plusDays it returns null?...


javajava-time

Read More
Which one is recommended: Instant.now().toEpochMilli() or System.currentTimeMillis()...


javaepochjava-timemillisecondsjava.time.instant

Read More
Using new Java 8 DateTimeFormatter to do strict date parsing...


javadatedatetimeparsingjava-time

Read More
Is there a way to have a Java Duration of one year that accounts for leap years?...


javajava-timeduration

Read More
Java 8 java.time: Adding TemporalUnit in Instant vs LocalDateTime...


javajava-8java-time

Read More
How to serialize LocalDateTime with Jackson?...


javajacksonjava-time

Read More
DateTimeFormatter with "yyyy-MM-dd HH:mm:ss" parses into LocalDateTime with missing second...


javajava-timedate-formattinglocaldatedatetimeformatter

Read More
How can you format a kotlinx-datetime LocalDateTime?...


androidkotlinjava-timekotlinx-datetime

Read More
How to get milliseconds from LocalDateTime in Java 8...


javadatetimejava-8millisecondsjava-time

Read More
Java 8 DateTimeFormatter two digit year 18 parsed to 0018 instead of 2018?...


java-8java-dateformatjava-timedate-parsingy2k

Read More
Why does parsing with this DateTimeFormatter throw an exception?...


javadatetimejava-timedatetimeformatter

Read More
Display time at user entered GMT offset...


javadatetimejava-timetimezone-offset

Read More
Java Instant round up to the next second...


javajava-time

Read More
BackNext