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!!

MasPosted Mar 3, 2020, 7:02 AM
This is the error am getting.
Amit MohantyPosted Mar 3, 2020, 6:37 AM
MasPosted Mar 3, 2020, 6:27 AM
Amit MohantyPosted Mar 3, 2020, 6:12 AM
MasPosted Mar 3, 2020, 5:48 AM
Amit MohantyPosted Mar 3, 2020, 3:38 AM
MasPosted Mar 3, 2020, 3:19 AM
Amit MohantyPosted Mar 3, 2020, 3:08 AM
zeeshan akramPosted Mar 3, 2020, 2:34 AM