Dates representation

Stimulsoft Reports.Flex discussion
Locked
User avatar
Chipo
Posts: 44
Joined: Thu Sep 13, 2012 4:09 am
Location: Sydney, Australia

Dates representation

Post by Chipo »

Hi,

our database server and application server are in different locations. They have different timezones.
Reports display date/time in locale of database server.

How I can use locale of the browser to display data?

Best regards.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Dates representation

Post by HighAley »

Hello.

Sorry, we need some additional time to prepare an answer for you.

Thank you.
User avatar
Chipo
Posts: 44
Joined: Thu Sep 13, 2012 4:09 am
Location: Sydney, Australia

Re: Dates representation

Post by Chipo »

Hi,

I dug a little in the problem

When java app communicates to flex part data arrives as a string. Receiver is StiDateTime object which will use "deserialize" method to parse data string. But there is no timezone parsing happens.

This means that if server is in different timezone from client there will be time difference.

Please correct me if I am wrong.

Best regards.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Dates representation

Post by Vladimir »

Hello,

Unfortunately, at this moment time zones is not considered in the date and time. We added this task to our to-do list.

Thank you.
Locked