Re: [R] Convert time zone to difference from Coordinated

2014-09-04 Thread Tim.Williams
Thank you for your reply. %z fits the bill perfectly. Apologies for my breach of etiquette on my first post to the list. - Tim R 3.1.1 on Windows 7 OS From: Prof Brian Ripley To: r-help@r-project.org Subject: Re: [R] Convert time zone to difference from Coordinated

[R] Convert time zone to difference from Coordinated Universal Time

2014-09-03 Thread Tim.Williams
Hello everyone, I want to convert times provided by Sys.time() to use the difference from Coordinated Universal Time instead of the character abbreviation. For example, instead of: 2014-09-03 21:12:35 EDT I want the value as: 2004-09-03 13:20:00-04:00 Is there a way to do this with strftime(