Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Meno Hochschild
Meno Hochschild has asked
3
questions and find answers to
213
problems.
Stats
6.5k
EtPoint
2.3k
Vote count
3
questions
213
answers
About
Software developer in big company
Author of new open-source time library for Java (Time4J, LGPLv2.1)
My hobby and passion is modeling of date and time.
Meno Hochschild questions
How to find out locale-dependent text orientation in java?
How to display common era ("CE") in Java-8?
What is the motivation for two different week-based-year definitions in JSR-310?
Meno Hochschild answers
What's the best way to convert LocalDate and LocalTime to java.util.date?
How to convert a UTC time to CET time in java
Which libraries can count seconds correctly and for which dates?
withZone(DateTimeZone.UTC) of DateTimeFormatter changing the value of date [duplicate]
Inaccuracy/randomness in java Calendar.toInstant() and Instant.atZone (also Local/ZonedDateTime.ofInstant())
The Calendar on Java doesn't working with "America/Santiago" DST timezone
Recurring Events with Java Time (java.time or any time library) [duplicate]
How can I customise the number format for Joda Time date formatting?
Formatting MonthDay using DateTimeFormatter.ofLocalizedDate [duplicate]
How are date and datetime supposed to be serialized SOAP (xml) messages