Download List

Descripción del Proyecto

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 Requirements

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


Esta es una versión de corrección.

Agrega los formatos de salida especial "jdn" y "ldn" para números de día julian/lilian.


Varias apariciones de fecha/tiempo dentro de una línea es ahora todos procesados en lugar de sólo la primera ocurrencia.


Un especificador de diferencia de la zona (Z %) ahora se admite para su análisis e impresión.

Se ha añadido el matlab zona convertidor tzconv.

Edificio con icc 13 funciona ahora.


Muchas advertencias de gcc son fijos.
Tags: 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

Esta es una versión bugfix. Es refactorizado el código para la adición de fecha, y con ella se introduce un tipo nueva duración, DT_MD, captar mayor sumandos mes y día.
Consulte los ejemplos de la página de información o README.
Tags: 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

Esta es una versión bugfix. Fallo un poco fiddling dio resultados erróneos en "dconv" ahora. Expresiones de fecha (por dgrep, et al.) pueden ahora arbitrariamente unir conjunciones (&) y disyunciones (|), así como negaciones (!). Consulte los ejemplos de la página de información o README.
Tags: 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

Esta es una versión bugfix. Notablemente, aritmética de fecha descuidado ha sido sustituido por los correctos, por ejemplo, 2100 ya no es un año bisiesto y el 31 de febrero se corrige al instante a 28/29 Feb. Además, la idea inmantenibles de tipos de duración dedicado ha sido reemplazada con tipos sobrecargados dt_d_s, con el efecto colateral que agregar días o días laborables para fechas ahora trabaja, y pueden compararse correctamente las fechas ymcw.
Tags: 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

Los binarios de dcal y tcal han sido rebautizada "dconv" y "tconv", respectivamente, debido a un conflicto de nombres con la tcal binario del paquete gcal. Muchos especificadores numéricos ahora frente a la bandera "th" para denotar números ordinales ("% dth %b % Y" aplicado al 2011-10-03 producirá "03 de octubre de 2011"). Días hábiles pueden ser identificados por los suffixing con "b". Tanto en la entrada y las especificaciones técnicas, el modificador "b", como el modificador "th", es un sufijo y sirve a los propósitos de formato y notación. Se han eliminado muchos GNU-ismos para facilitar * BSD construye.
Tags: 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