| - Month names
(mon)
|
ינואר פברואר מרץ אפריל מאי יוני יולי אוגוסט ספטמבר אוקטובר נובמבר דצמבר
glibc-HEAD
|
|
| - Month abbreviations
(abmon)
|
ינו פבר מרץ אפר מאי יונ יול אוג ספט אוק נוב דצמ
glibc-HEAD
|
|
| - Weekday names
(day)
|
ראשון שני שלישי רביעי חמישי שישי שבת
glibc-HEAD
|
|
| - Days abbreviated
(abday)
|
א' ב' ג' ד' ה' ו' ש'
glibc-HEAD
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
| - Week definition
(week)
|
|
|
| - First working day
(first_workday)
|
|
|
| - Date and Time format
(d_t_fmt)
|
%H:%M:%S %Y %b %d %a
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: 09:46:37 2025 דצמ 09 Sun
|
| - Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 09/11/25
|
| - Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 09:46:37
|
| - AM/PM designations
(am_pm)
|
|
Example: AM\nPM
|
| - 12-hour Time format
(t_fmt_ampm)
|
|
Example: %I:%M:%S %p
Approx. output of current value: 09:46:37 am
|
| - Long date and time format
(date_fmt)
|
%Z %H:%M:%S %Y %b %d %a
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: CET 09:46:37 2025 דצמ 09 Sun
|