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.
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.
Timer facilities for Tokio.
Convenience crate for working with JavaScript
timers
This package provides procedural macros for the time crate.
This package provides procedural macros for the time crate.
This package is a convenience crate for working with JavaScript timers.
This package is a convenience crate for working with JavaScript timers.
This library contains scalable timer functions provided by a timer manager.
This package contains the time related code for the Polars DataFrame
library.
Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.
Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly.
This package provides Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly.
Defines the signature for time-related operations for MirageOS.
Shows how much time was needed to run individual tests.
This Rust crate provides functions to set timestamps on files, directories, and other file system objects.
This package provides a crate to wait on a child process with a timeout specified across Unix and Windows platforms.
Smart Time Ago is a little jQuery library to update the relative timestamps in your document intelligently. (e.g "3 hours ago").
This package provides a highly-configurable package, with nice output and simple input. The macros use a radix sort mechanism so that the order of input is not critical.
The Timesheet Tryton module allows tracking the time spent by employees on various works. This module also comes with several reports that show the time spent by employees on works following various time periods.
This library implements the Org-mode back-end generic exporter for HTML Timeline. Installation ------------ Download the timeline scripts from https://squarechip.github.io/timeline/ Then copy the files relative to your html file.n The default (`org-timeline-source-url') is set to "modules/timeline/dist". Usage ----- To test it, run: M-x org-timeline-export-as-html in an Org mode buffer. See ox.el and ox-html.el for more details on how this exporter works.
about-time
is a helper for tracking time and throughput of code blocks, with beautiful human friendly renditions.
Key feature are:
measure the duration of two or more blocks at the same time, including the whole duration
instrument a code to cleanly retrieve durations in one line, to log or send to time series databases
easily see human friendly durations in s (seconds), ms (milliseconds), µs (microseconds) and even ns (nanoseconds)
easily see human friendly counts with SI prefixes like k, M, G, T, etc
measure the actual throughput of a block
easily see human friendly throughputs in
/second
,/minute
,/hour
or even/day
, including SI prefixes
Timeout attribute for the ntest framework.
This package provides a timeout attribute for the ntest framework.