tz VS compact-time

Compare tz vs compact-time and see what are their differences.

compact-time

Encoding schemes to store a complete time, date, or timestamp in as few bytes as possible for data transmission. (by kstenerud)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tz compact-time
75 4
1,429 13
- -
9.2 0.0
4 days ago 9 months ago
C
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tz

Posts with mentions or reviews of tz. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-31.
  • RFC 3339 vs. ISO 8601
    4 projects | news.ycombinator.com | 31 Aug 2023
    A link was added from "Europe/Kiev" to "Europe/Kyiv" in the included-by-default backward file [0], so that any user that doesn't exclude that file will simply treat the old name as an alias for the new name.

    [0] https://github.com/eggert/tz/commit/e13e9c531fc48a04fb8d064a...

  • A Guide to Date and Time Formatting in JavaScript
    1 project | dev.to | 22 Aug 2023
    timeZone: Determines the current timezone to use to display the time e.g. America/Los_Angeles. Full list can be found on IANA time zone database
  • Navigating the timezone nightmare in product development
    2 projects | news.ycombinator.com | 14 Aug 2023
    "Eire" is in there, for instance, to deal with software that assumes that the "is_dst" half of the year is during the (northern) summer, but Ireland technically does it the other way around -- a distinction relevant only to computers.

    https://github.com/eggert/tz/blob/c3e966c59b02b1f47f0b7b0e4a...

    The only other timezone that currently has a non-1h offset for DST -- Ireland's is -1 hours -- is Australia/Lord_Howe, which has a 30-min positive leap.

  • coolest discoveries at ucla
    1 project | /r/ucla | 26 Jun 2023
    Prof Paul Eggert is currently the editor and coordinator of the Time Zone Database of IANA, which enables timestamps on official documents and photos.
  • Small parser for the tzdb text file format (based on Esrap)
    2 projects | /r/lisp | 24 Jun 2023
    I've looked at it, but wanted to work with the tz source repository directly (I think local-time gets their zone files from Ubuntu). Also getting zic running in a portable way seemed too much of a hassle. The text file format is not all that complicated and documented in the zic manual pretty well. This approach is also chosen by the JDK as far as I can tell.
  • Time Zone Database
    1 project | news.ycombinator.com | 24 May 2023
  • Software developers in 60s
    1 project | /r/ProgrammerHumor | 29 Apr 2023
    Subscribe to tz-announce for more fun: https://www.iana.org/time-zones
  • Regional Daylight Saving Timezone changed but not reflected in Android
    1 project | /r/AndroidQuestions | 28 Apr 2023
    Unfortunately, you just wait. The person(s) at IANA who manages The Time Zone Database is certainly aware, and from there it "just" has to percolate down to Google and your phone.
  • Google home can't even tell the right time.
    1 project | /r/googlehome | 16 Apr 2023
    most systems use https://www.iana.org/time-zones
  • What is your opinion of Daylight Saving Time?
    1 project | /r/AskAnAmerican | 31 Mar 2023
    And have you looked at the TZ database? My God it's a hot mess, and for good reason: human governments are terrible at creating code. Worse even than beginning CS students, because at least CS students know they don't know what they're doing, while politicians are both stupid and arrogant enough to think they're not stupid.

compact-time

Posts with mentions or reviews of compact-time. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-15.
  • Ask HN: How long does it take for you to release your open source project?
    7 projects | news.ycombinator.com | 15 Mar 2023
    https://concise-encoding.org/ will be released this year and has been in development for 5 years. This one has been slow because of all the support projects such as https://github.com/kstenerud/compact-float and https://github.com/kstenerud/compact-time and https://github.com/kstenerud/enctool

    https://github.com/kstenerud/dogma has been in development for 4 months and will be released in about a month. This is yet another support project for Concise Encoding (hopefully the last!).

    https://github.com/kstenerud/kscrash was in development for about a year and a half before being released.

    https://github.com/kstenerud/Musashi took just under a year before its first release as a MAME core (after a TON of testing - I spent 4x more time testing it than I did writing it).

    But other smaller things that don't require so much precision I just write up in a couple of weeks and release, such as https://github.com/kstenerud/virtual-builders

    The key is to build empathy with your potential users. What will their motivations be that lead them to try out your project? What will they be looking for when they use it? What would someone who has never seen the project before struggle with? (that last one is the hardest because you're so close to the project that it's hard to see what it's like to know nothing about it). These tell you what kind of UX you'll need, what kind of documents you'll need, what kind of tutorials you'll need, how to structure your project for your target audience, etc ("it's for everybody" is never a good idea).

    A lot of times it comes down to recruiting people to just try it and do a brain dump of everything that goes wrong or frustrates or confuses them. I've done show-HN posts for things that are unreleased, just to get the valuable criticism. It's nearly impossible to develop good projects in a vacuum.

    If you're not posting out of worry for doing it wrong, THAT is doing it wrong. The point is to find out where you're doing it wrong so that you can correct it! And that's where the crowd is a HUGE help.

  • TLS certificates have at least two internal representations of time
    1 project | news.ycombinator.com | 7 Jun 2021
    I got so sick of the broken time formats (ALL of them are broken, including ISO-8601) that I eventually made my own: one in binary [1], and one in text [2].

    [1] https://github.com/kstenerud/compact-time/blob/master/compac...

    [2] https://github.com/kstenerud/concise-encoding/blob/master/ct...

  • How to Keep Time
    1 project | news.ycombinator.com | 10 Feb 2021
  • Timezone Bullshit
    4 projects | news.ycombinator.com | 10 Feb 2021
    It's not quite so cut-and-dry. UNIX timestamps unfortunately don't solve the problems of time because they don't contain enough information.

    Time is something that developers get wrong more often than any other type. Your time data requirements change as your use case for the time changes.

    https://github.com/kstenerud/compact-time/blob/master/compac...

What are some alternatives?

When comparing tz and compact-time you can also consider the following projects:

lcurses - Lua bindings for Curses

dogma - Dogma: A modernized metalanguage with better expressiveness and binary grammar support

microsoft-foss-fund - The Microsoft FOSS Fund provides a direct way for Microsoft engineers to participate in the nomination and selection process to help communities and projects they are passionate about. The FOSS Fund provides $10,000 sponsorships to open source projects as selected by Microsoft employees.

virtual-builders - Builds various virtual environments

wg-best-practices-os-developers - The Best Practices for OSS Developers working group is dedicated to raising awareness and education of secure code best practices for open source developers.

KSCrash - The Ultimate iOS Crash Reporter

powertools-lambda-python - A developer toolkit to implement Serverless best practices and increase developer velocity.

solar-time-vs-standard-time - Tools and data to create a map of differences between solar time and standard time.

rp-hal - A Rust Embedded-HAL for the rp series microcontrollers

go - The Go programming language

polonius - Defines the Rust borrow checker.

compact-float - An encoding scheme to store a floating point value in as few bytes as possible.