Path to this page:
./
time/dateutils,
Command line tools for working with dates
Branch: CURRENT,
Version: 0.4.11nb5,
Package name: dateutils-0.4.11nb5,
Maintainer: pkgsrc-usersDateutils are a bunch of tools that revolve around fiddling with
dates and times in the command line with a strong focus on use
cases that arise when dealing with large amounts of financial data.
Dateutils commands are prefixed with a `d` but otherwise resemble
known unix commands for reasons of intuition. The only exception
being `strptime` which is analogous to the libc function of the
same name.
Required to build:[
devel/gperf] [
pkgtools/cwrappers]
Master sites:
Filesize: 654.754 KB
Version history: (Expand)
- (2024-11-15) Updated to version: dateutils-0.4.11nb5
- (2024-11-01) Updated to version: dateutils-0.4.11nb4
- (2024-11-01) Updated to version: dateutils-0.4.11nb3
- (2024-05-29) Updated to version: dateutils-0.4.11nb2
- (2024-05-16) Updated to version: dateutils-0.4.11nb1
- (2024-01-25) Updated to version: dateutils-0.4.11
CVS history: (Expand)
2024-01-25 17:09:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
dateutils: updated to 0.4.11
v0.4.11
This is a bugfix release.
Bugfixes:
be strict about inputs in datetest –isvalid
build on Macs again
make illegible zone names fatal errors
be strict in datetest –isvalid when inputs have been specified
fix issue with negative days remaining after adding months in datediff
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-07-09 22:35:20 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
dateutils: Include limits.h for ULONG_MAX.
|
2023-06-26 17:29:56 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message:
dateutils: updated to 0.4.10
v0.4.10
do not resort to daisy sequences when incomplete dates are present
upon end-of-buffer finalise the last line
let --empty-mode|-E and --sed-mode|-S play nicely together
adapt CLI behaviour of strptime(1) to the other tools
v0.4.9
allow to specify epochs in nanoseconds, %s%N
fix nanosecond arithmetic
make cross-compilations easier
mention default timezone
v0.4.8
be symmetric about differences, A - B := -(B - A) for A < B
fix security issue when reading TZMAP_DIR from environment
fix printing of negative 0 (-0)
fix issue with tzdata transitions in files with leap second
adjustments that are now cut off at expiration time
v0.4.7
strptime mimics return code behaviour of dateconv
use unsigned arithmetic for leap second conversion
fix up ymds before adding days or business days
drain prchunk if filled with many small lines
|
2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Remove SHA1 hashes for distfiles
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|