sam / do fork watch download tarball
public
Rubygem
Description: DataObjects
Homepage: http://rubyforge.org/projects/dorb
Clone URL: git://github.com/sam/do.git
ignoring the DateTime spec until the timezone issues are resolved
benburkert (author)
Fri May 09 10:50:26 -0700 2008
commit  7e1d11cd23f0f478e47276958ce0a97da03e4835
tree    b81692f882be96de300a21659e3798e1dad130d3
parent  86881a50df10b1b9162f2b416dc247e15d5b77d1
...
128
129
130
 
 
131
132
133
...
128
129
130
131
132
133
134
135
0
@@ -128,6 +128,8 @@ describe "DataObjects::Sqlite3::Result" do
0
   end
0
   
0
   it "should return DateTimes using the same timezone that was used to insert it" do
0
+ pending "improved support for timezone checking"
0
+
0
     dates = [
0
       DateTime.now,
0
       DateTime.now.new_offset( (-11 * 3600).to_r / 86400), # GMT -11:00

Comments

    No one has commented yet.