2011-08-01から1日間の記事一覧

Rails3のDate.currentのソースコードリーディング

# config/application.rb module Hoge class Application < Rails::Application # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. # Run "rake -D time" for a list of tasks for finding time zone names…