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# it must be 3 char 8 1 9 2 10 3 11 4 12 5 13 6 14 7 15 8 16 9 17 10 18 11 19 12 20# 21# Long month names 22# 231�� 242�� 253�� 264�� 275�� 286�� 297�� 308�� 319�� 3210�� 3311�� 3412�� 35# 36# Short weekday names 37# 38# it must be 3 char also 39# two char is our weekday name, and be careful one space is in the last 40�� 41�� 42�� 43�� 44�� 45�� 46�y 47# 48# Long weekday names 49# 50���j�� 51���j�� 52�Ηj�� 53���j�� 54�ؗj�� 55���j�� 56�y�j�� 57# 58# X_fmt 59# 60%H��%M��%S�b 61# 62# x_fmt 63# 64%y/%m/%d 65# 66# c_fmt 67# 68# just following tradition... 69# %a %b %e %H:%M:%S %Y 70%a %Ef %T %Y 71# 72# am 73# 74# it must be 2 char 75#�ߑO 76AM 77# 78# pm 79# 80# it must be 2 char 81#�ߌ� 82PM 83# 84# date_fmt 85# 86%Y�N %B%e�� %A %X %Z 87# 88# Long months names (alternative) 89# 901�� 912�� 923�� 934�� 945�� 956�� 967�� 978�� 989�� 9910�� 10011�� 10112�� 102# 103# Ef_fmt 104# 105%b/%e 106# 107# EF_fmt 108# 109%B %e 110