Project

General

Profile

Bug #1007

Wrong time displayed in user selected time zone

Added by Ricardo Memoria over 11 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Start date:
12/12/2013
Due date:
% Done:

0%


Description

Check if time displayed is in the correct time zone.

1. Check if time displayed is correct with user time zone (observe value stored in database);
2. Change the user time zone and check if it was changed;

History

#1 Updated by Maurício Dos Santos over 11 years ago

  • Status changed from New to In Progress

#2 Updated by Maurício Dos Santos over 11 years ago

  • Status changed from In Progress to Resolved

The user preferences save was not working. The insformation stays on memory but is not updated on the database. It was resolved including the method em.flush() after the method em.persist(user).

The timeZoneSelector was not updating to the user time zone after saving the preferences form. The solution for the previous problem resolved this one.

The transactionlog screen was using the default timezone (I guess it is the server time zone) to convert the date and hour. Now it is using the time zone selected on time zone selector (the one selected by the user).

Observation: saving one transaction log on 17:51 (database time), using bahia time zone it shows 16:51 but using sao paulo time zone it shows 17:51... I guess it is something about the summer time, if not, I don't have any idea.

#3 Updated by Ricardo Memoria over 8 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF