File: dtconv.052.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 (9 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/usr/bin/clitoris  ## -*- shell-script -*-

## actual zone specs take precedence over --from-zone
$ dconv --from-zone Europe/Berlin '2014-01-08T12:34:56+02:00' \
  --zone Europe/Berlin -f "%FT%T%Z"
2014-01-08T11:34:56+01:00
$

## dconv.106.clit ends here