File: dtconv.061.clit

package info (click to toggle)
dateutils 0.4.5-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,072 kB
  • sloc: ansic: 22,115; makefile: 1,686; yacc: 202; sh: 168; lex: 108
file content (12 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/clitoris  ## -*- shell-script -*-

## dconv fixes up dates
$ ?2 dconv 2013-02-29T12:00:00
2013-02-28T12:00:00
$ ?2 dconv 2013-09-31T00:00:00
2013-09-30T00:00:00
$ ?2 dconv 2012-02-30T23:59:60
2012-02-29T23:59:60
$

## dtconv.061.clit ends here