1# $FreeBSD$ 2# 3# WARNING: spaces may be essential at the end of lines 4# WARNING: empty lines are essential too 5# 6# Short month names 7# 8 1 9 2 10 3 11 4 12 5 13 6 14 7 15 8 16 9 1710 1811 1912 20# 21# Long month names (as in a date) 22# 231�� 242�� 253�� 264�� 275�� 286�� 297�� 308�� 319�� 3210�� 3311�� 3412�� 35# 36# Short weekday names 37# 38�� 39�� 40�� 41�� 42�� 43�� 44�y 45# 46# Long weekday names 47# 48���j�� 49���j�� 50�Ηj�� 51���j�� 52�ؗj�� 53���j�� 54�y�j�� 55# 56# X_fmt 57# 58%H��%M��%S�b 59# 60# x_fmt 61# 62%Y/%m/%d 63# 64# c_fmt 65# 66# just following tradition... 67# %a %b %e %H:%M:%S %Y 68%a %b/%e %T %Y 69# 70# am 71# 72�ߑO 73# 74# pm 75# 76�ߌ� 77# 78# date_fmt 79# 80%Y�N %B%e�� %A %X %Z 81# 82# Long month names (without case ending) 83# 841�� 852�� 863�� 874�� 885�� 896�� 907�� 918�� 929�� 9310�� 9411�� 9512�� 96# 97# md_order 98# 99md 100# 101# ampm_fmt 102# 103%I:%M:%S %p 104# EOF 105