Time4J icon indicating copy to clipboard operation
Time4J copied to clipboard

Advanced date, time and interval library for Java with sun/moon-astronomy and calendars like Chinese, Coptic, Ethiopian, French Republican, Hebrew, Hijri, Historic Christian, Indian National, Japanese...

Results 22 Time4J issues
Sort by recently updated
recently updated
newest added

The module time4j-ui which relies on JavaFX cannot any longer run in Java-environments starting with Java 11 because the FX-component was removed from standard Java. Hence it is appropriate a)...

update

**Main use-case is better presentation of timezones to users and support for timezone selection done by users.** CLDR describes other variants of timezone names like BCP47-identifiers ("uslax" for "America/Los_Angeles" etc.),...

enhancement
priority: low

Hi MenoData, Great library with support! I had a couple of questions. ``` import net.time4j.PrettyTime; import java.time.ZonedDateTime; import java.util.Locale; .... ZonedDateTime time = ZonedDateTime.now().plusDays(2).withHour(23); System.out.println(PrettyTime.of(Locale.forLanguageTag("en")).printRelative(ZonedDateTime.from(time))); ``` The result would now...

enhancement

This is the official calendar in Nepal. See also: - http://nepalicalendar.rat32.com/ - https://en.wikipedia.org/wiki/Vikram_Samvat - http://www.kultur-in-asien.de/Kalender/seite206.htm A tabular-based solution is possible but only exists with limited data in the gregorian year...

enhancement

1. I suggest adding the Jewish holidays to the Hebrew calendar. I know it is quite complicated. I could help with advice and consultation with calendar experts. 2. I disagree...

enhancement

Main problem is determining when the twin holidays start (birth of Bab and Baha'ullah). This requires calculating the eight new moon after Newroz.

enhancement

See also: - http://www.kultur-in-asien.de/Kalender/seite282.htm - https://en.wikipedia.org/wiki/Nanakshahi_calendar

enhancement

The CLDR-data have skeleton pattern entries which allow to generate patterns for date and time just based on locale, text width and a choice of "skeleton" identifiers (ruling which date-time-elements...

enhancement

The newer [RFC 5322 protocol](https://tools.ietf.org/html/rfc5322) obsoletes date-times defined in RFC 1123 and RFC 822. It allows "folding white space" and comments inserted by help of parentheses. > WSP = SP...

enhancement

A new version of ISO-8601 will evolve, see: https://www.iso.org/news/2017/02/Ref2164.html This might also concern the next major release of Time4J.

reminder