S
Singeo
Hi, I have a text file with dates stored in the following format:
30/04/07 16:52:00 +0800
I need to convert these dates to RFC-822 so the above would become:
Mon, 30 Apr 2002 16:52:00 +0800
Can someone help me with the Ruby code required to do this? I've bveen
trying to do it using Time.parse but with no success.
Thanks
30/04/07 16:52:00 +0800
I need to convert these dates to RFC-822 so the above would become:
Mon, 30 Apr 2002 16:52:00 +0800
Can someone help me with the Ruby code required to do this? I've bveen
trying to do it using Time.parse but with no success.
Thanks