1. 02 Jul, 1997 6 commits
  2. 01 Jul, 1997 2 commits
  3. 30 Jun, 1997 3 commits
  4. 25 Jun, 1997 2 commits
  5. 23 Jun, 1997 1 commit
  6. 20 Jun, 1997 1 commit
  7. 19 Jun, 1997 10 commits
  8. 16 Jun, 1997 3 commits
  9. 13 Jun, 1997 4 commits
  10. 06 Jun, 1997 2 commits
  11. 02 Jun, 1997 1 commit
  12. 29 May, 1997 1 commit
    • 's avatar
      Fixed two bugs in the string parsing logic of dt: · c5057458
      authored
        * date strings of the form 5/27/1997 failed to
          save the year during parsing if a time string
          was also present.
      
        * european-style dates like 27/5/1997 were raising
          parsing errors - this was originally intentional
          as the original DateTime seemed to indicate that
          possibly ambiguous strings should fail. However,
          the existing c DateTime module does accept this
          format, so now this version does too for compatibility.
          NOTE THAT YOU ARE ALMOST CERTAIN TO HAVE PROBLEMS
          WITH THIS FORMAT AND SHOULD USE IT FOR COMPATIBILITY
          ONLY! Date strings with a day less than 13 will
          give incorrect results due to the abiguity.
      c5057458
  13. 19 May, 1997 1 commit
  14. 14 May, 1997 1 commit
  15. 08 May, 1997 2 commits