Skip to content

Latest commit

 

History

History
292 lines (249 loc) · 13.9 KB

time.md

File metadata and controls

292 lines (249 loc) · 13.9 KB

Bookmarks tagged [time]

https://www.youtube.com/watch?v=-5wpm-gesOY

A web app that works out how many seconds ago something happened. How hard can coding that be? Tom Scott explains how time twists and turns like a twisty-turny thing. It's not to be trifled with!


https://github.com/uniplaces/carbon

Simple Time extension with a lot of util methods, ported from PHP Carbon library.


https://github.com/rickb777/date

Augments Time for working with dates, date ranges, time spans, periods, and time-of-day.


https://github.com/araddon/dateparse

Parse date's without knowing format in advance.


https://github.com/hako/durafmt

Time duration formatting library for Go.


https://github.com/wlbr/feiertage

Set of functions to calculate public holidays in Germany, incl. specialization on the states of Germany (Bundesländer). Things like Easter, Pentecost, Thanksgiving...


https://github.com/yaa110/go-persian-calendar

The implementation of the Persian (Solar Hijri) Calendar in Go (golang).


https://github.com/nathan-osman/go-sunrise

Calculate the sunrise and sunset times for a given location.


https://github.com/grsmv/goweek

Library for working with week entity in golang.


https://github.com/relvacode/iso8601

Efficiently parse ISO8601 date-times without regex.


https://github.com/GuilhermeCaruso/kair

Date and Time - Golang Formatting Library.


https://github.com/jinzhu/now

Now is a time toolkit for golang.


https://github.com/kirillDanshin/nulltime

Nullable time.Time.


https://github.com/awoodbeck/strftime

C99-compatible strftime formatter.


https://github.com/SaidinWoT/timespan

For interacting with intervals of time, defined as a start time and a duration.


https://github.com/leekchan/timeutil

Useful extensions (Timedelta, Strftime, ...) to the golang's time package.


https://github.com/osteele/tuesday

Ruby-compatible Strftime function.


https://github.com/zendesk/biz

Time calculations using business hours.


https://github.com/bokmann/business_time

Support for doing time math in business hours and days.


https://github.com/radar/by_star

Find ActiveRecord objects by year, month, fortnight, week and more!


https://github.com/mojombo/chronic

A natural language date/time parser written in pure Ruby.


https://github.com/ankane/groupdate

The simplest way to group temporal data in ActiveRecord, arrays and hashes.


https://github.com/seejohnrun/ice_cube

A date recurrence library which allows easy creation of recurrence rules and fast querying.


https://github.com/basecamp/local_time

Rails Engine for cache-friendly, client-side local time.


https://github.com/rossta/montrose

a simple library for expressing, serializing, and enumerating recurring events in Ruby


https://github.com/krainboltgreene/time-lord

Adds extra functionality to the time class.


https://github.com/abhidsm/time_diff

Calculates the difference between two time.


https://github.com/panthomakos/timezone

Accurate current and historical timezones and transformations, with support for Geonames and Google latitude - longitude timezone lookups.


https://github.com/tzinfo/tzinfo

Provides daylight savings aware transformations between times in different timezones.


https://github.com/adzap/validates_timeliness

Date and time validation plugin for ActiveModel and Rails.


https://github.com/sshaw/yymmdd

Tiny DSL for idiomatic date parsing and formatting.


https://github.com/KoffeinFlummi/Chronyk

A Python 3 library for parsing human-written times and dates.


https://github.com/dateutil/dateutil

Extensions to the standard Python datetime module.


https://github.com/myusuf3/delorean/

A library for clearing up the inconvenient truths that arise dealing with datetimes.


https://github.com/zachwill/moment

A Python library for dealing with dates/times. Inspired by Moment.js.


https://github.com/sdispater/pendulum

Python datetimes made easy.


https://github.com/shinux/PyTime

A easy-use Python module which aims to operate date/time/datetime by string.


https://launchpad.net/pytz

World timezone definitions, modern and historical. Brings the tz database into Python.


https://github.com/dirn/When.py

Providing user-friendly functions to help perform common date and time actions.


https://github.com/kennethreitz/maya

Datetimes for Humans, Maya is mostly built around the headaches and use-cases around parsing datetime data from websites.


http://momentjs.com/

A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates.

Documentation