Created
July 14, 2009 17:40
-
-
Save kosh04/147081 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(multiple-value-bind (sec min hour date month year) | |
(decode-universal-time 3456789012) | |
(format nil "~A年~A月~A日~A時~A分~A秒" year month date hour min sec)) | |
;; => "2009年7月17日12時10分12秒" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment