Skip to content

Instantly share code, notes, and snippets.

@kyanny
Created May 19, 2009 08:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyanny/113990 to your computer and use it in GitHub Desktop.
Save kyanny/113990 to your computer and use it in GitHub Desktop.
#!/usr/bin/env gosh
(use srfi-19)
;(time-utc->date (make-time time-utc 0 0) 0)
(define (main args)
(let ((second 0)
(nanosecond 0)
(tz-offset 0))
(display (date->string (time-utc->date (make-time time-utc second nanosecond) tz-offset) "~1 ~3"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment