My system time is 12:23 AM, but if i try to display the time using normal java code;
Date dt = new Date();
System.out.println("date is "+dt);
i am getting different time : date is Mon Sep 05 01:23:18 BDST 2011
Help me out.
|
|
Is it correct now?
Is |
|||
|
|
|
This may help...
|
|||||
|
|
|
It's a little convoluted but you could do the following (obviously substitute your time zone):
I've not tried it but I have a feeling this might work! |
|||
|
|