Before I read your last post I went in and created a timevalue function:
@mytime
TimeValue({UTC}/86400)
This gave me the time. I then used your suggested DateAdd formula to come up with the date:
@mydate
Dateadd("d",int({UTC}/86400),Date(1970,1,1))
Then I created a concatenated...
Thats getting close but I do need the time to pull as well. If you have any suggestions I'd appreciate. At least this has jump started my brain! I'm gonna go mess around with the formula some more. Thanks!!
In excel I've done it so much it's just become routine. I import the UTC values into the A column, in the B column I put in this formula: (assuming A1 is where my UTC value is)
=A1/86400+DATE(1970,1,1)
This has always made me a happy camper... I just divide the UTC value by the number of...
I think I've gotten to the point where my mind refuses to work anymore... I've got a date/time field (imported from Cisco's CallManager) that is in a UTC format (1009843200). I would like to create a formula that converts UTC format into a date and time format: 01/01/2002 12:00 AM. I have no...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.