Archive for August, 2012

Windows Phone: When not to use UTC

Posted by: | Technical |

If you’ve been coding on any platform for any length of time, you will have learnt that when manipulating dates it’s almost always best to use UTC. We’re the same here: spotting a rogue DateTime.Now is unusual, and it’s normally reflex to replace that with DateTime.UtcNow. There is however one unusual location in the Windows More »