All Projects → daurnimator → Luatz

daurnimator / Luatz

Licence: mit
Time, Date and Timezone library for lua

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to Luatz

Date
A date and time library based on the C++11/14/17 <chrono> header
Stars: ✭ 2,389 (+2496.74%)
Mutual labels:  time, date, datetime, timezone
Delorean
Delorean: Time Travel Made Easy
Stars: ✭ 1,793 (+1848.91%)
Mutual labels:  time, date, datetime, timezone
hs-hourglass
efficient and simpler time API for haskell
Stars: ✭ 43 (-53.26%)
Mutual labels:  time, datetime, date, timezone
Time
Building a better date/time library for Swift
Stars: ✭ 1,983 (+2055.43%)
Mutual labels:  time, date, datetime, timezone
nepali-datetime
Python's core datetime inspired nepali datetime (BS date & NPT) package 🇳🇵
Stars: ✭ 36 (-60.87%)
Mutual labels:  time, datetime, date, timezone
Carbon
A simple PHP API extension for DateTime
Stars: ✭ 75 (-18.48%)
Mutual labels:  time, date, datetime
Dayjs
⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API
Stars: ✭ 37,373 (+40522.83%)
Mutual labels:  time, date, datetime
Graphql Java Datetime
GraphQL ISO Date is a set of RFC 3339 compliant date/time scalar types to be used with graphql-java.
Stars: ✭ 89 (-3.26%)
Mutual labels:  time, date, datetime
Vue Datetime
Mobile friendly datetime picker for Vue. Supports date and datetime modes, i18n and more.
Stars: ✭ 928 (+908.7%)
Mutual labels:  time, date, datetime
dayjs
Extended fork of Day.js - 2KB immutable date library alternative to Moment.js
Stars: ✭ 36 (-60.87%)
Mutual labels:  time, datetime, date
Pendulum
Python datetimes made easy
Stars: ✭ 4,639 (+4942.39%)
Mutual labels:  time, date, datetime
Laydate
layDate(日期与时间组件) 是 layui 独立维护的三大组件之一
Stars: ✭ 1,066 (+1058.7%)
Mutual labels:  time, date, datetime
Date Fns Tz
Complementary library for date-fns v2 adding IANA time zone support
Stars: ✭ 385 (+318.48%)
Mutual labels:  time, date, timezone
React Datetime Picker
A datetime picker for your React app.
Stars: ✭ 294 (+219.57%)
Mutual labels:  time, date, datetime
Tinydate
A tiny (349B) reusable date formatter. Extremely fast!
Stars: ✭ 990 (+976.09%)
Mutual labels:  time, date, datetime
date-php
这是一个Javascript模仿PHP日期时间格式化函数,使用方法和PHP非常类似,有丰富的模板字符,并在原来的基础上增加了一些模板字符。 This is a date function that implement PHP in Javascript. It is very similar to PHP, has rich template characters, and enhances some template characters on the basis of the original.
Stars: ✭ 24 (-73.91%)
Mutual labels:  time, datetime, date
Angular Moment Picker
Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
Stars: ✭ 536 (+482.61%)
Mutual labels:  time, date, datetime
When
A natural language date/time parser with pluggable rules
Stars: ✭ 1,113 (+1109.78%)
Mutual labels:  time, date, datetime
Period
PHP's time range API
Stars: ✭ 616 (+569.57%)
Mutual labels:  time, date, datetime
Iso8601
Ruby parser to work with ISO8601 dateTimes and durations — http://en.wikipedia.org/wiki/ISO_8601
Stars: ✭ 70 (-23.91%)
Mutual labels:  time, date, datetime

luatz

A lua library for time and date manipulation.

Features include:

  • Normalisation of broken down date objects
    • allows for complex time/date manipulation logic e.g. "What day is it in 2 days, 5 hours from now?"
  • Conversion between locations (time zones) using your local zoneinfo database.
  • strftime style formatting

Build Status Coverage Status

Supported under Lua 5.1, 5.2, 5.3 and LuaJIT.

Documentation

Documentation can be found in the doc sub-directory.

An online version can be found at https://daurnimator.github.io/luatz/

Installation

via luarocks

luarocks install luatz
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].