timezonemap icon indicating copy to clipboard operation
timezonemap copied to clipboard

Java/Kotlin library to map locations or regions to time zones

Results 8 timezonemap issues
Sort by recently updated
recently updated
newest added

Bumps commons-compress from 1.20 to 1.21. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-compress&package-manager=maven&previous-version=1.20&new-version=1.21)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps commons-compress from 1.20 to 1.21. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-compress&package-manager=maven&previous-version=1.20&new-version=1.21)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps commons-compress from 1.20 to 1.21. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-compress&package-manager=maven&previous-version=1.20&new-version=1.21)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

``` new Thread(() -> { try { if (null == timeZoneMap) timeZoneMap = TimeZoneMap.forEverywhere(); } catch (Exception e) { e.printStackTrace(); } }).start(); ```

I'm looking for a library for the bedework tzdist service so I can implement the geolocation draft https://www.ietf.org/archive/id/draft-murchison-tzdist-geolocate-03.txt This one looks good apart from the absence of an uncertainty parameter:...

2021-03-01 15:54:07.998 19080-19080/com.example E/CustomActivityOnCrash: The previous app process crashed. This is the stack trace of the crash: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.example-tKd8zN8SGYlg-8pgPZbq_g==/base.apk"],nativeLibraryDirectories=[/data/app/com.example-tKd8zN8SGYlg-8pgPZbq_g==/lib/arm, /system/lib]]] couldn't find "libzstd-jni.so" Unsupported OS/arch, cannot find /linux/armv8l/libzstd-jni.so...

For modern 2024 Android Apps, ie. Kotlin 2.0.0, Kotlin DSL Gradle Version Catalog and Compose: in Android Studio project file gradle/libs.versions.toml: ``` [versions] tzmap = "4.5" zJni = "1.5.6-4" #...

Starting March 1st 2024, Kazahstan unified it's timezones from UTC+5 and UTC+6 to a single UTC+5 timezone as reflected in the evansiroky/timezone-boundary-builder release from May 2024 [https://github.com/evansiroky/timezone-boundary-builder/releases/tag/2024a]. Is it possible...