File size: 245 Bytes
ef99749 |
1 2 3 4 5 6 7 |
# created by tools/loadICU.tcl -- do not edit
namespace eval ::tcl::clock {
::msgcat::mcset en_ZA DATE_FORMAT "%Y/%m/%d"
::msgcat::mcset en_ZA TIME_FORMAT_12 "%I:%M:%S"
::msgcat::mcset en_ZA DATE_TIME_FORMAT "%Y/%m/%d %I:%M:%S %z"
}
|