Does anyone happen to know the proper way to interact with an API that won't convert trailing UTC time zone specifications?
I'm trying to sync up a Django app with the Ma.gnolia's api, and Ma.gnolia will not convert UTC adjusted times. The two hour differential will not allow me to sync up my local db with the api results I get from Ma.gnolia. The only choice I can think of is to grab the datetime, convert to Magnolia's local time, do a query from Ma.gnolia's api and let Django convert it back to my local time. Any suggestions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---