Tagged Questions
4
votes
4answers
109 views
C# - Formatting current time
In C#, how can I get the current DateTime in the following format? 2011-08-10T21:36:01.6327538Z
2
votes
4answers
154 views
I want to show the time in GMT from (1800+0100)
I have a field in a table with varchar data type which contains the time as 1800+0100, how can I show it like this 19:00 GMT? Is there any C# method which takes the time as 1800+0100 and converts to ...
2
votes
3answers
419 views
user datetime setting as GMT, how to convert date to their localized setting?
In my users setting I have a dropdown with all the GMT dates for the user to select.
In c#, how would I convert a datetime stored in the database to their GMT time?
The time stored in the database ...
1
vote
1answer
606 views
Using Lambda expressions to order a list by GMT date
I have a list that contains dates that are in GMT format.
What is the most elegant way to ensure that the following Lambda expression orders on the date field as GMT?
ProductsList.OrderBy(Product ...
1
vote
4answers
91 views
Is there a function in c# which returns date&time when given GMT values(-12 to -1 and 1 to 12)?
Is there a function in c# which returns date&time when given GMT values(-12 to -1 and 1 to 12)?
EDIT:
I have a Dropdownlistbox which contains all GMT values.. Now i want to display date&time ...
0
votes
0answers
132 views
C# Time conversion to GMT(UK summer Time) with considering Day Light Saving ,Offset on UK & on Hosting Location (US)
Basically I want to convert US time (hosting Server time) to GMT (UK Summer Time)
technology C#, .NET 4.0, TimeZoneInfoClass
Detailed scenario:
I am creating a SMS sending application.It should not ...
0
votes
1answer
43 views
Synchronizing GMT and Local Times
I'm pulling data from two different sources, both have timestamps. One of the sources uses GMT, and the other uses the time local to their server. I display the information from both of these ...
0
votes
3answers
813 views
Custom date time picker for Windows Forms that is locked to GMT time
Using Visual Studio 2008, c#, .net 2.0.
I have a Windows Forms client application that contains a scheduling UI section, currently this is housed only in the London office with the standard ...