mysql5.5.properties 479 B

1234567891011
  1. # Licensed Materials - Property of IBM
  2. # IBM Cognos Products: OQP
  3. # (C) Copyright IBM Corp. 2005, 2015
  4. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
  5. #
  6. # Literal format specifications.
  7. #
  8. literals.format.date=cast('%1$d-%2$d-%3$d' as date)
  9. literals.format.time=cast('%1$02d:%2$02d:%3$02d%4$.7s' as time)
  10. literals.format.timestamp=cast('%1$04d-%2$02d-%3$02d %4$02d:%5$02d:%6$02d%7$.7s' as datetime)