How do you convert between a DateTime and a Time object in Ruby?
|
|
You'll need two slightly different conversions. To convert from
Similar adjustments to Date will let you convert
Note that you have to choose between local time and GM/UTC time. Both the above code snippits are taken from O'Reilly's Ruby Cookbook. Their code reuse policy permits this. |
|||
|
|
|
|
Can't add comment at proper location, this will have to do. @Gordon Wilson: Works for me with the following caveat: to_local_time() returns the utc time instead. I believe the 'DateTime.now.offset-offset' is overkill, since you are specifying ':local' already. The two terms cancel each other out. |
|||
|
|
|
|
|
||
|
|
|
This isn't really that hard.
|
||||||||||||
|
