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 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


Bugfix 릴리스 이다입니다.

특별 한 출력 형식 "jdn" 및 "ldn" 줄리안/릴리앙 날 번호를 추가합니다.


날짜의 다 수 발생 한 줄 내는 이제 모든 대신 첫 번째 일치 항목만 처리 /.


영역 차이 지정자 (%z) 구문 분석 하 고 인쇄에 대 한 지원 됩니다.

Matlab 영역 변환기 tzconv 추가 되었습니다.

건물 icc 13 지금 작동합니다.


많은 gcc 경고 해결 됩니다.
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

이것은 bugfix 릴리스입니다. 날짜 덧셈에 대 한 코드를 리팩터링 하 고 그것과 함께 새로운 기간 유형, DT_MD, 큰 달과 날 summands 캡처를 도입 합니다.
정보 페이지 예제 및/또는 추가 정보를 참조 하십시오.
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

이것은 bugfix 릴리스입니다. 조금 fiddling 버그 잘못 된 결과 했다 "dconv"에서 지금. (Dgrep, et al.)에 대 한 날짜 식 접속사 (&)와 disjunctions (|), 그리고 주인인 (!)와 함께 임의로 가입 지금 있습니다. 정보 페이지 예제 및/또는 추가 정보를 참조 하십시오.
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

이것은 bugfix 릴리스입니다. 가장 주목할 만한 조잡 한 날짜 arithmetics 올바른 사람으로 대체 되고있다, 예: 2100은 더 이상 윤년 및 2 월을 31의 즉시 28/29 수정 되었습니다 2 월. 또한, 전용된 기간 형식의 unmaintainable 아이디어 작동 지금 날짜를 일 또는 비즈니스 일을 추가 하 고 ymcw 날짜 제대로 비교할 수 있습니다 측면-효과 함께 오버 로드 된 dt_d_s 형식으로 대체 되었습니다.
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

Dcal 및 tcal 바이너리 되었습니다 이름이 바뀐된 "dconv"와 "tconv" 각각 gcal 패키지에서 이진 tcal와 명명 충돌으로 인해. 지금 많은 숫자 지정자 ("%dth% b %y" 2011-10-03에 적용 "3 10 월 2011" 보장할 수) 서 수를 나타내기 위해 "th" 플래그에 대처. 영업일 "b"로 그들을 다음과 표시 될 수 있습니다. 모두 입력 및 사양에서 "b" 한정자 "th" 한정자 같은 접미사 이며 서식 및 표기법 용도로 사용 됩니다. 많은 GNU-isms을 촉진 하기 위하여 제거 되었습니다 * BSD 빌드합니다.
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