hassox / dm-zone-types

Time zone aware data types
13 stars 2 forks source link

Zone-types + SQLite gives HH:MM = 00.00 #7

Open carlwolff opened 12 years ago

carlwolff commented 12 years ago

Extension works perfectly with MySQL.

@dtstart=2012-08-24 14:30:00 +0200
@dtend=2012-08-24 15:00:00 +0200 

However, when connected to a sqlite3-database, the returned DateTime-object is

@dtstart=2012-08-24 00:00:00 +0200
@dtend=2012-08-24 00:00:00 +0200 

The records above has been extracted directly from irb without any processing of the returned data.