| - Month names
 (mon)
 | 
    
      
      
      January February March April May June July August September October November December 
      glibc-HEAD 
      
       
    
 | 
    
      
    
 | 
    
    
  
    
    
      | - Month abbreviations
 (abmon)
 | 
    
      
      
      Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec 
      glibc-HEAD 
      
       
    
 | 
    
      
    
 | 
    
    
  
    
    
      | - Weekday names
 (day)
 | 
    
      
      
      Sunday Monday Tuesday Wednesday Thursday Friday Saturday 
      glibc-HEAD 
      
       
    
 | 
    
      
    
 | 
    
    
  
    
    
      | - Days abbreviated
 (abday)
 | 
    
      
      
      Sun Mon Tue Wed Thu Fri Sat 
      glibc-HEAD 
      
       
    
 | 
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
    
      
    
 | 
    
    
  
    
    
      | - Week definition
 (week)
 | 
    
      
    
 | 
    
      
    
 | 
    
    
  
    
    
      | - Date and Time format
 (d_t_fmt)
 | 
    
      
      
      %a %d %b %Y %r %Z 
      glibc-HEAD 
      
       
    
 | 
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
    
      
        Approx. output of current value: Tue 04 Dec 2025 01:12:27 PM CET 
      
    
 | 
    
    
  
    
    
      | - Date format
 (d_fmt)
 | 
    
      
    
 | 
Example: %m/%d/%Y
    
      
        Approx. output of current value: 11/04/2025 
      
    
 | 
    
    
  
    
    
      | - Time format
 (t_fmt)
 | 
    
      
    
 | 
Example: %r
    
      
        Approx. output of current value: 01:12:27 PM 
      
    
 | 
    
    
  
    
    
      | - 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: 01:12:27 PM 
      
    
 | 
    
    
  
    
    
      | - Long date and time format
 (date_fmt)
 | 
    
      
      
      %a %b %e %r %Z %Y 
      glibc-HEAD 
      
       
    
 | 
Example: %a %b %e %H:%M:%S %Z %Y
    
      
        Approx. output of current value: Tue Dec  4 01:12:27 PM CET 2025 
      
    
 |