Home | History | Annotate | Download | only in strftime
      1 
      2 I have commented some of the conversions specifications because there is a bug
      3 in gcc that complains about them.  Here is a log file of the output:
      4 
      5 conformance/interfaces/strftime/1-1: build: FAILED: Compiler output:
      6 cc1: warnings being treated as errors
      7 conformance/interfaces/strftime/1-1.c: In function `main':
      8 conformance/interfaces/strftime/1-1.c:67: warning: `%c' yields only last 2 digits of year in some locales
      9 conformance/interfaces/strftime/1-1.c:95: warning: `%D' yields only last 2 digits of year
     10 conformance/interfaces/strftime/1-1.c:132: warning: `%g' yields only last 2 digits of year
     11 conformance/interfaces/strftime/1-1.c:312: warning: `%x' yields only last 2 digits of year in some locales
     12 conformance/interfaces/strftime/1-1.c:330: warning: `%y' yields only last 2 digits of year
     13