tz VS lunacy

Compare tz vs lunacy and see what are their differences.

lunacy

Lunacy is a fork of Lua 5.1 being actively maintained (by samboy)
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 lunacy
75 2
1,429 3
- -
9.2 8.2
5 days ago 11 days ago
C 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.

lunacy

Posts with mentions or reviews of lunacy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-24.
  • Building Lua on Windows
    3 projects | /r/lua | 24 Sep 2022
    I like having a language which can quickly do a lot more than what BASH/Sed/AWK can do fit in a 116,224 byte sized Windows 32-bit binary, but I have had to do some hacking, both making my own custom compile of Lua and making a number of Lua functions to fill in the blanks while keeping things small and trivial to install on either native Windows, as a Cygwin program, or as a program in Linux or pretty much any POSIX compatible *NIX clone (including MacOS).
  • Glibc is still not Y2038 compliant by default
    2 projects | news.ycombinator.com | 29 Dec 2021
    Now, last time I researched this, there still isn’t a “int64_t time_64bit()” style system call in the Linux API so that newly compiled 32-bit binaries can be Y2038 compliant by using “time_64bit()” instead of “time()”.

    Keep in mind that we also need 64-bit versions of “strftime()”, “localtime()”, “ctime()”, “gmtime()”, “asctime()”, and “mktime()”, and so on probably with strdtime_64bit(), localtime_64bit(), and so on. In my piece of code, I could had written my own implementations of all these — note that time zone management is a really hard problem because of things like changing daylight savings time and the Indiana time mess^2 — but I decided to simply just have my Lua fork have no timestamp support beyond a simple 64-bit timestamp. There’s also the issue with stat() and the struct timespec returned for file creation/modification/access/status change timestamps^3, so I just don’t have stat() look at timestamps.

    [1] https://github.com/samboy/lunacy

    [2] https://en.wikipedia.org/wiki/Time_in_Indiana

    [3] To ruin a classic sadistic interview question for sys admin roles, Linux these days returns both the modification time and the mostly useless “status change” timestamp. Facebook once decided to not move forward because I said that file timestamp was “modification time” and not “status change”; if Facebook is still asking that question, their knowledge is out of date.

What are some alternatives?

When comparing tz and lunacy you can also consider the following projects:

lcurses - Lua bindings for Curses

luafilesystem - LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.

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.

luawinmulti - Lua build and installation script for Windows, building multiple Lua versions in parallel, including LuaRocks.

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.

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

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

polonius - Defines the Rust borrow checker.

edn - Extensible Data Notation

PowerShell - PowerShell for every system!

compact-time - Encoding schemes to store a complete time, date, or timestamp in as few bytes as possible for data transmission.

pytz - pytz Python historical timezone library and database