grml-quickconf: update list of window managers, replace tabs with spaces, add vim...
[grml-scripts.git] / usr_bin / sepdate.rb
1 #!/usr/bin/env ruby
2 require 'date'
3 print Time.now.strftime("%a Sep #{Date.today-Date.new(1993,8,31)} %H:%M:%S %Z 1993\n")