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

$ dconv -S --from-zone Europe/Berlin --zone UTC -f '%FT%T%Z' <<EOF
x	2012-11-01T12:51:21+01:00	2012-11-01T12:51:22+01:00
EOF
x	2012-11-01T11:51:21+00:00	2012-11-01T11:51:22+00:00
$

## dtconv.46.clit ends here