1# $FreeBSD$ 2# 3# Choi Jun Ho <jazz.snu.ac.kr> 4# 27 Mar 1997 5# 6# WARNING: spaces may be essential at the end of lines 7# WARNING: empty lines are essential too 8# 9# Short month names 10# it must be 3 char 11 1 12 2 13 3 14 4 15 5 16 6 17 7 18 8 19 9 20 10 21 11 22 12 23# 24# Long month names 25# 261�� 272�� 283�� 294�� 305�� 316�� 327�� 338�� 349�� 3510�� 3611�� 3712�� 38# 39# Short weekday names 40# 41# it must be 3 char also 42# two char is our weekday name, and be careful one space is in the last 43�� 44�� 45ȭ 46�� 47�� 48�� 49�� 50# 51# Long weekday names 52# 53�Ͽ��� 54������ 55ȭ���� 56������ 57����� 58�ݿ��� 59����� 60# 61# X_fmt 62# 63%H�� %M�� %S�� 64# 65# x_fmt 66# 67%y/%m/%d 68# 69# c_fmt 70# 71# just following tradition... 72# %Y�� %b�� %e�� %a���� %X 73%a %Ex %H:%M:%S %Y 74# 75# am 76# 77# it must be 2 char 78#���� 79AM 80# 81# pm 82# 83# it must be 2 char 84#���� 85PM 86# 87# date_fmt 88# 89%Y�� %b�� %e�� %a���� %X %Z 90# 91# Long months names (alternative) 92# 931�� 942�� 953�� 964�� 975�� 986�� 997�� 1008�� 1019�� 10210�� 10311�� 10412�� 105# 106# Ex_fmt 107# 108%b %e 109