Closed syntithenai closed 8 years ago
Can you post the data that it's returning please?
ta for the explanation on the new way to set timezone
For anyone wondering, you now set your timezone using Config::set("system.timezone");
in your project config.
If I insert a date into the database and query it using unix_timestamp
Seems to me getObjects('WikiPage',(id=>1)) should return the same as getObject('WikiPage',1) but that ain't happening.