Displaying 2 results from an estimated 2 matches for "yyyymmddthhmmss".
Did you mean:
yyyymmddhhmmss
2006 Feb 03
1
DO NOT REPLY [Bug 3479] New: Request: timestamps in --log-format
...It will be very helpful to have the ability to include information about the
modification time of the files. This will help in (1) creating customized
update file list (for --files-from) (2) for logging. Something like '%M'. Any
datetime format will work (either the Unix, or the standard YYYYMMDDTHHMMSS).
The problem that I'm trying to address is the maintainance of a backup site in
a high-traffic environment. The update should handle high priority files first
(priority is based on file age (recent changes first), file size (small changes
first), and file name/type (for example: PDF files las...
2008 Sep 04
1
Timezone support?
...hread ending with:
http://rubyforge.org/pipermail/vpim-talk/2008/000120.html
I too am in search of some ruby parser for icalendar which properly handles
timezones on the datetimes in the icalendar RFC.
As I understand it there are actually three types of times.
1) UTC times with a string form of yyyymmddThhmmssZ
note the trailing Z indicates zulu time aka utc.
2) Local times with a string form of TZID=ttttttt:yyyymmddThhmmss
where ttttt is a variable length timezone id ''defined'' in a timezone
component in the containing calendar.
A little experimentation with both Google calend...