11
Answers

How to add the time zone besides to time stamp

Photo of Mas

Mas

5y
560
1
Hello Members,
 
Hope you are doing good!!
 
Here i am trying to print the date and time with time zone, But not getting the time zone..
 
public static String GetTimestamp(DateTime value)
{
return string.Format("{0:MMM-dd-yyyy hh:mm tt}", value);
}
Besides to Time stamp we need to get the time zone...
 
 
 
Can any one guide me here...
Thank you in advance!! 

Answers (11)