Skip to content

Instantly share code, notes, and snippets.

@havenwood
Created October 10, 2011 23:02
Show Gist options
  • Save havenwood/1276824 to your computer and use it in GitHub Desktop.
Save havenwood/1276824 to your computer and use it in GitHub Desktop.
Stardate
def captains_log
time = Time.now
puts "Captains log,", "Stardate #{time.year}.#{time.yday}"
"#{time.year}.#{time.yday}".to_f
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment