1. 27 4月, 2021 1 次提交
    • H
      [TD-3639] <fix>: compare timestamp with datetime in python (#5940) · aa88942c
      Huo Linhe 提交于
      By this commit, It will close TD-3639.
      
      It will not require test case to write *correct* datetime string to pass
      a test case. One test could use seconds, milliseconds or microseconds to
      check data.
      
      That means the three tests are equivalent:
      
      ```python
      .checkData(0, 0, "2020-01-01 00:00:00")
      .checkData(0, 0, "2020-01-01 00:00:00.000")
      .checkData(0, 0, "2020-01-01 00:00:00.000000")
      ```
      aa88942c
  2. 21 4月, 2021 1 次提交
  3. 20 4月, 2021 1 次提交
  4. 26 1月, 2021 3 次提交
  5. 12 1月, 2021 1 次提交
  6. 11 1月, 2021 2 次提交
  7. 18 9月, 2020 1 次提交
  8. 14 9月, 2020 1 次提交
  9. 07 9月, 2020 1 次提交
  10. 21 7月, 2020 1 次提交
  11. 09 7月, 2020 2 次提交
  12. 07 7月, 2020 1 次提交
  13. 29 6月, 2020 1 次提交
  14. 24 6月, 2020 1 次提交
  15. 20 6月, 2020 1 次提交
  16. 16 6月, 2020 3 次提交
  17. 13 6月, 2020 1 次提交
  18. 23 5月, 2020 1 次提交
  19. 21 5月, 2020 1 次提交
  20. 20 5月, 2020 1 次提交
  21. 19 5月, 2020 1 次提交
  22. 18 5月, 2020 1 次提交
  23. 16 5月, 2020 1 次提交
  24. 05 5月, 2020 1 次提交
  25. 27 4月, 2020 2 次提交
  26. 26 4月, 2020 1 次提交
  27. 24 4月, 2020 1 次提交
  28. 11 4月, 2020 1 次提交