Download List

项目描述

Dateutils 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. Their target market is shell scripts that need date calculations or calendar conversions, and as such they are highly pipe-able and modeled after their well-known cousins (e.g. dtest vs. test, or dgrep vs. grep).

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-02-08 10:42
0.2.4

这是一个修复错误版本。它将添加的特殊输出格式"jdn"和"ldn"为朱利安/莲天的数字。多个匹配项的日期/时间内一线现在所有处理而不是只有第一个匹配项。区域差异说明符 (%z) 现在支持用于分析和打印。Matlab 区转换器 tzconv 已被添加。与国际刑事法院 13 楼现在工作。许多海合会警告被固定。
标签: Minor, bugfix, feature

This is a bugfix release.

It adds the special output formats "jdn" and "ldn" for julian/lilian day
numbers.


Multiple occurrences of date/times within one line are now all processed rather than only the
first occurrence.


A zone difference specifier (%Z) is now supported for parsing and
printing.

The matlab zone converter tzconv has been added.

Building with icc 13 works now.


Many gcc warnings are fixed.

2012-02-02 07:11
0.1.9

这是一个修复错误版本。日期添加的代码重构,并与它引入一种新的持续时间类型,DT_MD,来获取更大的月和日 summands。请参阅信息页面示例和/或自述文件。
标签: Stable, Minor, bugfix
This is a bugfix release. The code for date addition is refactored, and with it a new duration type, DT_MD, is introduced to capture larger month and day summands.
See the info page examples and/or README.

2012-01-04 03:10
0.1.8

这是一个修复错误版本。现在有点 fiddling bug 在"dconv"给了错误的结果。日期表达式 (dgrep,et al.) 现在可以任意加入与连词 (&) 和析取 (|) 以及否定 (!)。请参阅信息页面示例和/或自述文件。
标签: Stable, Minor, bugfix
This is a bugfix release. A bit fiddling bug gave erroneous results in "dconv now". Date expressions (for dgrep, et al.) can now be arbitrarily joined with conjunctions (&&) and disjunctions (||), as well as negations (!). See the info page examples and/or README.

2011-10-31 06:20
0.1.7

这是一个修复错误版本。最值得注意的是,已被正确的取代,马虎日期算法、 例如 2100年不再是闰年,和 2 月 31 日立即更正为 28/29 Feb。此外,不可维护专用持续时间类型的想法已更换使用重载的 dt_d_s 类型,与副作用天或工作日添加到日期现在的工作原理及 ymcw 日期可以进行正确的比较。
标签: Minor, Stable
This is a bugfix release. Most notably, sloppy date arithmetics have been replaced by correct
ones, e.g. 2100 is no longer a leap year, and the 31st of Feb is instantly corrected to 28/29 Feb. Further, the unmaintainable idea of dedicated duration types has been replaced with overloaded dt_d_s types, with the side-effect that adding days or business days to dates now works, and ymcw dates can be properly compared.

2011-10-22 05:57
0.1.6

Dcal 和 tcal 的二进制文件已改名为"dconv"和"tconv",分别,由于与二进制从 gcal 包 tcal 命名冲突。许多数值说明符现在对付"th"标志来表示 ("%dth%%Y b"适用于 2011年-10-03 将产生"2011 年 10 月 3 日") 的序号。工作日可以通过为它们以"b"来表示。在输入和规范两方面,"b"修饰符,像"th"修饰符,是一个后缀,并且服务格式和表示法的目的。删除了许多 GNU isms 以便利 * BSD 生成。
标签: Stable, Minor, feature
The dcal and tcal binaries have been renamed "dconv" and "tconv", respectively, due to a naming conflict with the tcal binary from the gcal package. Many numerical specifiers now cope with the "th" flag to denote ordinals ("%dth %b %Y" applied to 2011-10-03 will yield "3rd Oct 2011"). Business days can be denoted by suffixing them with "b". Both in the input and the specs, the "b" modifier, like the "th" modifier, is a suffix and serves formatting and notation purposes. Many GNU-isms have been removed to facilitate *BSD builds.

Project Resources