1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fixed that Date was in incorrect format in tasks.yml (closes #4072) [mlaster@metavillage.com]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3758 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2006-03-04 17:17:43 +00:00
parent e3bfd08cbc
commit 3dcf7fe4e9

View file

@ -1,7 +1,7 @@
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
first_task:
id: 1
starting: "2005-03-30 06:30:00"
ending: "2005-03-30 08:30:00"
starting: 2005-03-30t06:30:00.00+01:00
ending: 2005-03-30t08:30:00.00+01:00
another_task:
id: 2