*** os.texi.~1.88.~ 2006-08-08 10:26:22.000000000 +1000 --- os.texi 2006-08-09 10:53:22.000000000 +1000 *************** *** 1256,1262 **** @item %Y This stands for the year with century. @item %Z ! This stands for the time zone abbreviation. @end table You can also specify the field width and type of padding for any of --- 1256,1264 ---- @item %Y This stands for the year with century. @item %Z ! This stands for the time zone abbreviation (eg. @samp{EST}). ! @item %z ! This stands for the time zone numerically (eg. @samp{-0500}). @end table You can also specify the field width and type of padding for any of *************** *** 1287,1293 **** is the local time zone (see @code{current-time-zone}). This function uses the C library function @code{strftime} to do most of ! the work. In order to communicate with that function, it first encodes its argument using the coding system specified by @code{locale-coding-system} (@pxref{Locales}); after @code{strftime} returns the resulting string, @code{format-time-string} decodes the --- 1289,1297 ---- is the local time zone (see @code{current-time-zone}). This function uses the C library function @code{strftime} to do most of ! the work (@pxref{Formatting Calendar Time,,, libc, The GNU C ! Library Reference Manual}). ! In order to communicate with that function, it first encodes its argument using the coding system specified by @code{locale-coding-system} (@pxref{Locales}); after @code{strftime} returns the resulting string, @code{format-time-string} decodes the