1# created by tools/loadICU.tcl -- do not edit
2namespace eval ::tcl::clock {
3    ::msgcat::mcset en_ZW DATE_FORMAT "%d %B %Y"
4    ::msgcat::mcset en_ZW TIME_FORMAT_12 "%l:%M:%S %P"
5    ::msgcat::mcset en_ZW DATE_TIME_FORMAT "%d %B %Y %l:%M:%S %P %z"
6}
7