Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Kosher Kitten
 
Posts: n/a
Default Date Conversions from UTC to EST

I was wondering whether anyone would know how to convert a UTC (Coordinated
Universal Time ) into a date which is in EST (Eastern Standard Time) or a
date which is in PST (Pacific Standard Time).

For example:

I have a UTC time of 1109366276 <-- this is the number in UTC time or
number of seconds since 1/1/1970

What would be the formula I could put into the next column to change the
above number into a PST or EST date/time?


  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

=A1/86400+DATE(1970,1,1)

where A1 holds 1109366276

To get EST deduct 5 hours, to get PST deduct 8 hours
gives

=A1/86400+DATE(1970,1,1)-(5/24)

for EST

note you need to format the result as date and time or else you get
a serial number so use a custom format like

m/d/yy h:mm

--

Regards,

Peo Sjoblom


"Kosher Kitten" wrote in message
...
I was wondering whether anyone would know how to convert a UTC

(Coordinated
Universal Time ) into a date which is in EST (Eastern Standard Time) or a
date which is in PST (Pacific Standard Time).

For example:

I have a UTC time of 1109366276 <-- this is the number in UTC time or
number of seconds since 1/1/1970

What would be the formula I could put into the next column to change the
above number into a PST or EST date/time?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
date and time ladimples247 New Users to Excel 2 February 16th 05 08:52 PM
Date issue between Windows and Macintosh version dlg1967 Excel Discussion (Misc queries) 4 January 19th 05 03:51 PM
Need help troubleshooting an array formula XLXP on Win2K KR Excel Worksheet Functions 1 December 13th 04 07:41 PM
Addition to Turn cell red if today is greater or equal to date in cell Rich New Users to Excel 2 December 9th 04 02:06 AM
Using formulas to determine date in one cell based on date in anot Gary Excel Worksheet Functions 2 November 22nd 04 08:11 AM


All times are GMT +1. The time now is 10:00 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"