0

I'm trying to work out given a DateTimeOffset.DateTime whether or not the date and time stored in an instance of that object is during UK BST or UTC.

Stephen Kennedy
  • 20,585
  • 22
  • 95
  • 108
Izacch
  • 383
  • 3
  • 10
  • 4
    It would be awesome if you could provide a [mcve]. – mjwills Apr 17 '18 at 13:32
  • show us what you've done? – Overmachine Apr 17 '18 at 13:33
  • And what have you tried so far? And where exactly are you stuck? – bassfader Apr 17 '18 at 13:33
  • Welcome to Stack Overflow. As it is not clear what your question is, or what you have tried, you might find it beneficial to read through the following information: https://stackoverflow.com/help/how-to-ask – Peter Abolins Apr 17 '18 at 13:35
  • Use https://stackoverflow.com/questions/1795314/find-the-date-last-sunday-of-october-in-asp-net-c-sharp to find the last sunday of march and october and check if your DateTime is within that span. – Hans Kilian Apr 17 '18 at 13:37
  • 1
    Jon Skeet's answer [here](https://stackoverflow.com/a/7554046/397817) to a question of mine may provide some additional insight into the issues. – Stephen Kennedy Apr 17 '18 at 13:46

0 Answers0