Original: http://www.shadowandy.net/2012/03/asus-rt-n66u-tomatousb-firmware-flashing-guide.htm
This file contains hidden or 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
require 'date' | |
# Set the expriation to now plus 30 days | |
expriation = Time.now + (30 * 24 * 60 * 60) | |
# Output the filename in the desired format | |
puts expiration.strftime('discourse-%Y-%m-%d.dump') | |
# Or if you want the time too | |
puts expiration.strftime('discourse-%Y-%m-%d-%H-%M-%S.dump') |