diff options
author | Eduardo Chappa <chappa@washington.edu> | 2018-03-09 22:41:31 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2018-03-09 22:41:31 -0700 |
commit | 7955e4437e543bd97a9bb697367736e14ad604a2 (patch) | |
tree | 09d86ce074541372abd0fb4de255d2a54075bb57 /pith/icaltype.h | |
parent | 3e46e0308a5e2cd645025b48fdc46654553f4968 (diff) | |
download | alpine-7955e4437e543bd97a9bb697367736e14ad604a2.tar.xz |
* Some locales do not have a string for AM or PM (e.g. de_DE) which
makes some displays of dates look wrong. In the case that a locale
does not have a string for AM or PM, the time in 24 hours format is
printed. Reported by Holger Trapp.
* Add the time zone to the display of dates (this is the value of the
TZID parameter.)
* Display the value of the DTSTAMP in the "[More Details]" link. The
DTSTAMP field contains information on when the calendar object was
created. Suggested by Holger Trapp.
Diffstat (limited to 'pith/icaltype.h')
-rw-r--r-- | pith/icaltype.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pith/icaltype.h b/pith/icaltype.h index 162d08d2..d0670037 100644 --- a/pith/icaltype.h +++ b/pith/icaltype.h @@ -439,6 +439,7 @@ typedef struct vevent_summary_s { char *location; char *evstart; char *evend; + char *dtstamp; char **duration; char **attendee; unsigned char **description; |