File: dconv.134.clit

package info (click to toggle)
dateutils 0.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,924 kB
  • sloc: ansic: 22,097; makefile: 1,666; yacc: 198; sh: 168; lex: 108
file content (8 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/usr/bin/clitoris  ## -*- shell-script -*-

$ dconv -b 2016-01-01 --input-format "%b %d %H:%M:%S" --format "%F %T" "Oct 10 12:05:00"
2016-10-10 12:05:00
$ ! dconv -b 2016-01-01 --input-format "%b %d %H:%M:%S" --format "%F %T" "Oct  10 12:05:00"
$

## dconv.134.clit ends here