Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3027 Widoki

Hello Guys

in my application i had set time zone -Asia/Kolkata

when i click on sign in button for attendence its displaying date & time like 06/14/2014 18:19:02 but in my database its display 06/14/2014 12:49:02

 

I want to know why its displaying like that,mean there is some differenc b/w time

 

Please help me

Thanks

Awatar
Odrzuć
Najlepsza odpowiedź

I guess, your database ha UTC timestamp. UTC is the same timezone of GMT but without summertime.

------------

I think it is no a really mismatch.

 

Server applications use internal UTC datetime in order to avoid error when time changes form standard time to summertime and usign UTC they can exchange timed info across internet (i.e. crypted keys).

Users instead use local time.

You have to remember differential time.

 

Awatar
Odrzuć
Autor

so how can i change utc time zone to postgresql

Powiązane posty Odpowiedzi Widoki Czynność
2
kwi 23
3341
2
lut 21
16504
1
paź 20
3536
2
sie 19
3881
0
wrz 16
4481