After developing some codes for few hours, when I finally tried to test it, I am greeted with this timezone related error. After reviewing Django docs, it is clearly stated […]
Tag: datetime
PHP – Setting and Getting Timestamp from DateTime Object below PHP 5.3.x
So we solved the timezone problem using PHP’s timezone aware DateTime class right? And you love working on UNIX timestamp/UTC but as to your surprise, you cannot set or get […]