|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| formatTime(view,
dt,
tzinfo=<Locale: en_US>,
noTZ=True,
includeDate=True) |
source code
|
|
|
|
|
|
|
| installParcel(parcel,
oldVersion=<Locale: en_US>) |
source code
|
|
|
|
|
|
|
reindexFloatingEvents(view,
tzinfo)
When the user's default timezone changes, datetime values with a
floating timezone may compare differently with non-floating datetimes
than before. |
source code
|
|
|
|
serializeTimeZone(tzinfo)
Given a tzinfo class, return a VTIMEZONE in an iCalendar
object. |
source code
|
|
|
|
shortTZ(view,
dt,
tzinfo=<Locale: en_US>)
Return an empty string or the short timezone string for dt if
dt.tzinfo doesn't match tzinfo (tzinfo defaults to
PyICU.ICUtzinfo.default) |
source code
|
|
|
|
|