_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-tea-time 20120331.820
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/konzeptual/tea-time
Licenses:
Build system: melpa
Synopsis: Simple timer package, useful to make perfect tea
Description:

Documentation at https://melpa.org/#/tea-time

emacs-time-ext 20170126.1215
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://www.emacswiki.org/cgi-bin/wiki/download/time-ext.el
Licenses:
Build system: melpa
Synopsis: More function for time/date
Description:

Documentation at https://melpa.org/#/time-ext

texlive-timeop 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/timeop
Licenses: LPPL 1.3c
Build system: texlive
Synopsis: Calculates and displays arithmetic operations with durations
Description:

This package can be used to add and subtract time information.

perl-time-warp 0.55
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Time-Warp
Licenses: GPL 1+
Build system: perl
Synopsis: Control over the measurement of time
Description:

The Time::Warp module offers developers control over the measurement of time.

perl-time-mock 0.0.2
Propagated dependencies: perl-timedate@2.33
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Time-Mock
Licenses: GPL 1+
Build system: perl
Synopsis: Shift and scale time
Description:

This module allows you to speed up your sleep(), alarm(), and time() calls.

r-timeperiodsr 0.7.3
Propagated dependencies: r-lubridate@1.9.4
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://selesnow.github.io/timeperiodsR/
Licenses: GPL 2
Build system: r
Synopsis: Simple Definition Of Time Intervals
Description:

Simple definition of time intervals for the current, previous, and next week, month, quarter and year.

java-joda-time 2.9.9
Dependencies: java-joda-convert@1.9.2
Channel: guix
Location: gnu/packages/java.scm (gnu packages java)
Home page: https://www.joda.org/joda-time/
Licenses: ASL 2.0
Build system: ant
Synopsis: Replacement for the Java date and time classes
Description:

Joda-Time is a replacement for the Java date and time classes prior to Java SE 8.

ocaml-time-now 0.15.0
Propagated dependencies: ocaml-base@0.15.0 ocaml-jane-street-headers@0.15.0 ocaml-jst-config@0.16.0 ocaml-ppx-base@0.15.0 ocaml-ppx-optcomp@0.15.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/janestreet/time_now
Licenses: Expat
Build system: dune
Synopsis: Reports the current time
Description:

Provides a single function to report the current time in nanoseconds since the start of the Unix epoch.

ocaml-timezone 0.15.0
Propagated dependencies: ocaml-core@0.15.1 ocaml-ppx-jane@0.15.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: https://github.com/janestreet/timezone
Licenses: Expat
Build system: dune
Synopsis: Time-zone handling
Description:

Timezone handles parsing timezone data and create Timezone.t that can later be used to manipulate time in core_kernel or core.

ecl-local-time 1.0.6-4.40169fe
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/local-time/
Licenses: Expat
Build system: asdf/ecl
Synopsis: Time manipulation library for Common Lisp
Description:

The LOCAL-TIME library is a Common Lisp library for the manipulation of dates and times. It is based almost entirely upon Erik Naggum's paper "The Long Painful History of Time".

r-timedepfrail 0.1.0
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://alessandragni.github.io/TimeDepFrail/
Licenses: GPL 3+
Build system: r
Synopsis: Time Dependent Shared Frailty Cox Model
Description:

Fits time-dependent shared frailty Cox model (specifically the adapted Paik et al.'s Model) based on the paper "Centre-Effect on Survival After Bone Marrow Transplantation: Application of Time-Dependent Frailty Models", by C.M. Wintrebert, H. Putter, A.H. Zwinderman and J.C. van Houwelingen (2004) <doi:10.1002/bimj.200310051>.

r-timeseriesdb 1.0.0-1.1.2
Propagated dependencies: r-xts@0.14.1 r-rpostgres@1.4.8 r-jsonlite@2.0.0 r-dbi@1.2.3 r-data-table@1.17.8
Channel: guix-cran
Location: guix-cran/packages/t.scm (guix-cran packages t)
Home page: https://github.com/mbannert/timeseriesdb
Licenses: GPL 3
Build system: r
Synopsis: Time Series Database for Official Statistics with R and PostgreSQL
Description:

Archive and manage times series data from official statistics. The timeseriesdb package was designed to manage a large catalog of time series from official statistics which are typically published on a monthly, quarterly or yearly basis. Thus timeseriesdb is optimized to handle updates caused by data revision as well as elaborate, multi-lingual meta information.

ghc-time-units 1.0.0
Channel: ajattix
Location: ajatt/packages/haskell.scm (ajatt packages haskell)
Home page: http://github.com/acw/time-units
Licenses: Modified BSD
Build system: haskell
Synopsis: A basic library for defining units of time as types.
Description:

In many cases, it is useful (either for error checking or documentation reasons) to define input and output types as having a particular unit of time. In addition, by creating a type class defining type units, this library should make it easier to separate the units of time the developer wants to think in versus the units of time the library author wants to think in.

emacs-timesheet 20221004.1702
Propagated dependencies: emacs-s@20220902.1511
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/tmarble/timesheet.el
Licenses:
Build system: melpa
Synopsis: Timesheet management add-on for org-mode
Description:

Documentation at https://melpa.org/#/timesheet

emacs-egg-timer 20200217.1650
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/wpcarro/egg-timer.el
Licenses:
Build system: melpa
Synopsis: Commonly used intervals for setting timers while working
Description:

Documentation at https://melpa.org/#/egg-timer

ghc-time-compat 1.9.6.1
Dependencies: ghc-base-orphans@0.8.8.2 ghc-hashable@1.4.2.0
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/haskellari/time-compat
Licenses: Modified BSD
Build system: haskell
Synopsis: Compatibility package for time
Description:

This package tries to compat as many time features as possible.

julia-timezones 1.5.9
Propagated dependencies: julia-mocking@0.7.3 julia-recipesbase@1.2.1
Channel: gn-bioinformatics
Location: gn/packages/julia.scm (gn packages julia)
Home page: https://github.com/JuliaTime/TimeZones.jl
Licenses: Expat
Build system: julia
Synopsis: IANA time zone database access for Julia
Description:

IANA time zone database access for the Julia programming language. TimeZones.jl extends the Date/DateTime support for Julia to include a new time zone aware TimeType: ZonedDateTime.

perl-time-hires 1.9764
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Time-HiRes
Licenses: GPL 1+
Build system: perl
Synopsis: High-resolution alarm, sleep, gettimeofday, and interval timers
Description:

This package implements usleep, ualarm, and gettimeofday for Perl, as well as wrappers to implement time, sleep, and alarm that know about non-integral seconds.

sbcl-local-time 1.0.6-4.40169fe
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/local-time/
Licenses: Expat
Build system: asdf/sbcl
Synopsis: Time manipulation library for Common Lisp
Description:

The LOCAL-TIME library is a Common Lisp library for the manipulation of dates and times. It is based almost entirely upon Erik Naggum's paper "The Long Painful History of Time".

perl-time-piece 1.3401
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Time-Piece
Licenses: GPL 1+
Build system: perl
Synopsis: Object-Oriented time objects
Description:

This module replaces the standard localtime and gmtime functions with implementations that return objects. It does so in a backwards-compatible manner, so that using these functions as documented will still work as expected.

perl-time-local 1.30
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Time-Local
Licenses: GPL 1+
Build system: perl
Synopsis: Efficiently compute time from local and GMT time
Description:

This module provides functions that are the inverse of built-in perl functions localtime() and gmtime(). They accept a date as a six-element array, and return the corresponding time(2) value in seconds since the system epoch.

emacs-third-time 20240207.1621
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://git.sr.ht/~swflint/third-time
Licenses:
Build system: melpa
Synopsis: Third Time: A Better Way to Work
Description:

Documentation at https://melpa.org/#/third-time

emacs-time-zones 20260205.2126
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/xenodium/time-zones
Licenses:
Build system: melpa
Synopsis: Time zone lookups
Description:

Documentation at https://melpa.org/#/time-zones

emacs-time-block 20230511.1434
Propagated dependencies: emacs-ts@20220822.2313
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://git.sr.ht/~swflint/time-block-command
Licenses:
Build system: melpa
Synopsis: Block running commands using time
Description:

Documentation at https://melpa.org/#/time-block

Page: 1234567
Total results: 163