Skip to content

Instantly share code, notes, and snippets.

@tkuchiki
Last active December 26, 2015 12:49
Show Gist options
  • Save tkuchiki/7154027 to your computer and use it in GitHub Desktop.
Save tkuchiki/7154027 to your computer and use it in GitHub Desktop.
言語別現在時刻を取得
# ruby
# 2000-01-01 01:01:01
Time.now.strftime('%F %T')
Time.now.strftime('%Y-%m-%d %H:%M:%S')
# lua
os.date("%y-%m-%d %X%z")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment