Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. cat tz
  2. LC_ALL=C TZ=UTC0
  3.  
  4. date -f tz
  5. date: invalid date ”LC_ALL=C TZ=UTC0”
  6.  
  7. cat date
  8. #!/bin/bash
  9.  
  10. LC_ALL=C TZ=UTC0 date
  11.  
  12. ./date
  13. Tue Sep 27 06:56:29 UTC 2016
  14.  
  15. date
  16. tis 27 sep 2016 08:56:52 CEST
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement