This package provides an extension for the template engine Jinja2. It adds a 'now' tag providing a convenient access to the arrow.now() API from templates. A format string can be provided to control the output.
A parser and renderer for binary Olson timezone files whose format is specified by the tzfile(5) man page on Unix-like systems. For more information about this format, see http://www.iana.org/time-zones/repository/tz-link.html. Functions are provided for converting the parsed data into TimeZoneSeries
objects from the timezone-series package.
Produce an HTML page containing horizontal strips that symbolize events in a person's lsife. Since this is entirely a visualization, the image <https://barryzee.github.io/henry-timeline/henry.html> will show the basic use to show a timeline of events. The image <https://barryzee.github.io/vermeer/cssOverlay.html>
shows how to correlate two timelines of events. A brief description is available at <https://barryzee.github.io/timeLineGraphics_manuscript/golden_age.html>
.
TimerOutputs is a small Julia package that is used to generate formatted output from timings made in different sections of a program. It's main functionality is the @timeit
macro, similar to the @time
macro in Base except one also assigns a label to the code section being timed. Multiple calls to code sections with the same label (and in the same "scope") will accumulate the data for that label. After the program has executed, it is possible to print a nicely formatted table presenting how much time, allocations and number of calls were made in each section. The output can be customized as to only show the things you are interested in.
ParseDate
Documentation at https://melpa.org/#/org-timeblock
This package is a simple date and time library.
This library provides an OS and implementation independent access to timeouts.
This package lets you set a different time for your tests.
This package provides the IANA time zone for the current system.
Template::Timer provides inline profiling of the template processing in Perl code.
The goal of cl-date-time-parser
is to hide the difference between date-time formats, and to manage date and time as the universal time.
This package endows Data.Time
, from the time package, with several data types and functions for enhanced processing of timezones. For one way to create timezone series, see the ghc-timezone-olson package.
The builtin orgmode package for viewing tasks or events for a particular day, org-agenda, does not help you to quickly understand, where, for example, you have free time in your day or where you have overlapping tasks. Just a list of tasks is not sufficient. This package is created to fix this problem and provide some of the functionality that modern calendars provide.
Documentation at https://melpa.org/#/time-uuid-mode
This package is a simple date and time library.
This package provides supplemental Go libraries related to time.
This library provides an OS and implementation independent access to timeouts.
async-timeout
provides a timeout timeout context manager compatible with asyncio
.
x-wr-timezone
provides a Python module and program to convert calendars using X-WR-TIMEZONE to standard ones.
The goal of cl-date-time-parser
is to hide the difference between date-time formats, and to manage date and time as the universal time.
This package provides a diverse collection of time series datasets spanning various fields such as economics, finance, energy, healthcare, and more. Designed to support time series analysis in R by offering datasets from multiple disciplines, making it a valuable resource for researchers and analysts.
The Benchmark::Timer class allows you to time portions of code conveniently, as well as benchmark code by allowing timings of repeated trials. It is perfect for when you need more precise information about the running time of portions of your code than the Benchmark module will give you, but don't want to go all out and profile your code.
Simple, cancel-able, efficient timer API