Good Afternoon PMs!<br><br>I&#39;m trying to convert from UTC to various US timezones. The time data is recorded in UTC in a CSV file. What I need to do is convert that time to the correct US timezone, plus keep in my daylight savings time. I&#39;ve looked at DateTime, and it will do what I need, but I&#39;m missing something basic. My time is not broken out by hms seperately, but instead is recorded 00:00 in one field, and mm/dd/yyyy in another. I&#39;ve played around with DateTime, which has an is_dst method, but I have no idea how to put the date and time into the correct format, and have it create a DateTime object so I can convert to the correct timezone.<br>
<br>Any ideas?<br><br>TIA<br clear="all"><br>-- <br>Mark Schoonover, CMDBA<br><a href="http://www.linkedin.com/in/markschoonover">http://www.linkedin.com/in/markschoonover</a><br><a href="http://marksitblog.blogspot.com">http://marksitblog.blogspot.com</a><br>
<a href="mailto:mark.schoonover@gmail.com">mark.schoonover@gmail.com</a><br><br>