time.md

July 15, 2021 · View on GitHub

Bookmarks tagged [time]

www.codever.land/bookmarks/t/time

The Problem with Time & Timezones - Computerphile - 10min

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!


carbon

https://github.com/uniplaces/carbon

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


date

https://github.com/rickb777/date

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


dateparse

https://github.com/araddon/dateparse

Parse date's without knowing format in advance.


durafmt

https://github.com/hako/durafmt

Time duration formatting library for Go.


feiertage

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...


go-persian-calendar

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

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


go-sunrise

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

Calculate the sunrise and sunset times for a given location.


goweek

https://github.com/grsmv/goweek

Library for working with week entity in golang.


iso8601

https://github.com/relvacode/iso8601

Efficiently parse ISO8601 date-times without regex.


kair

https://github.com/GuilhermeCaruso/kair

Date and Time - Golang Formatting Library.


now

https://github.com/jinzhu/now

Now is a time toolkit for golang.


NullTime

https://github.com/kirillDanshin/nulltime

Nullable time.Time.


strftime

https://github.com/awoodbeck/strftime

C99-compatible strftime formatter.


timespan

https://github.com/SaidinWoT/timespan

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


timeutil

https://github.com/leekchan/timeutil

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


tuesday

https://github.com/osteele/tuesday

Ruby-compatible Strftime function.


biz

https://github.com/zendesk/biz

Time calculations using business hours.


business_time

https://github.com/bokmann/business_time

Support for doing time math in business hours and days.


ByStar

https://github.com/radar/by_star

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


Chronic

https://github.com/mojombo/chronic

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


groupdate

https://github.com/ankane/groupdate

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


ice_cube

https://github.com/seejohnrun/ice_cube

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


local_time

https://github.com/basecamp/local_time

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


montrose

https://github.com/rossta/montrose

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


time-lord

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

Adds extra functionality to the time class.


time_diff

https://github.com/abhidsm/time_diff

Calculates the difference between two time.


timezone

https://github.com/panthomakos/timezone

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


TZinfo

https://github.com/tzinfo/tzinfo

Provides daylight savings aware transformations between times in different timezones.


validates_timeliness

https://github.com/adzap/validates_timeliness

Date and time validation plugin for ActiveModel and Rails.


yymmdd

https://github.com/sshaw/yymmdd

Tiny DSL for idiomatic date parsing and formatting.


Chronyk

https://github.com/KoffeinFlummi/Chronyk

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


dateutil

https://github.com/dateutil/dateutil

Extensions to the standard Python datetime module.


delorean

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

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


moment

https://github.com/zachwill/moment

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


Pendulum

https://github.com/sdispater/pendulum

Python datetimes made easy.


PyTime

https://github.com/shinux/PyTime

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


pytz

https://launchpad.net/pytz

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


when.py

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

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


maya

https://github.com/kennethreitz/maya

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


Moment.js Home Page

http://momentjs.com/

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

Documentation