﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
125,problem with timestamps when blog timezone and server timezone differ,donpaolo,matt,"I work in a country with timezone=-4, and I put this value in my user options.

However, the server where the blog runs has timezone=+2.

When I post a messagge, it doesn't appear in the main page, if I post it with gnome-blog (metaweblog API).

Examining the database with phpMyAdmin, I see that the field post_date_gmt isn't correct: instead of showing 8:43, it shows 18:43. Hence the post, though appears published, isn't show in the main page.

It could be because of a incorrect management of timezones: instead of calculating

post_date_gmt = [server_post_time] - [+2 (server t/z)] + [-4 (blog t/z)] = post_time - 6

supposedly it calculates

post_date_gmt = [server_post_time] + [+2 (server t/z)] - [-4 (blog t/z)] = post_time + 6

I saw that the problems appear in the same form if I change my wordpress user timezone. I checked it with -3, -5, -6, -9, etc.

It could be a problem in the metaweblog API.",enhancement,closed,normal,,Administration,1.2,normal,fixed,,
