Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2416)

Issue 340290043: [dfdatetime] Added date time values compare functions (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
6 years, 2 months ago by Joachim Metz
Modified:
6 years, 2 months ago
Reviewers:
onager
CC:
kiddi, log2timeline-dev_googlegroups.com
Visibility:
Public.

Description

[dfdatetime] Added date time values compare functions

Patch Set 1 : Added date time values compare functions #

Total comments: 10

Patch Set 2 : Changes after review #

Total comments: 10

Patch Set 3 : Changes after merger #

Patch Set 4 : Changes after review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1369 lines, -1012 lines) Patch
M dfdatetime/cocoa_time.py View 1 2 5 chunks +26 lines, -34 lines 0 comments Download
M dfdatetime/delphi_date_time.py View 1 2 5 chunks +27 lines, -35 lines 0 comments Download
M dfdatetime/fake_time.py View 1 2 3 chunks +19 lines, -32 lines 0 comments Download
M dfdatetime/fat_date_time.py View 1 2 4 chunks +17 lines, -26 lines 0 comments Download
M dfdatetime/filetime.py View 1 2 5 chunks +34 lines, -40 lines 0 comments Download
M dfdatetime/hfs_time.py View 1 2 5 chunks +28 lines, -34 lines 0 comments Download
M dfdatetime/interface.py View 1 2 3 6 chunks +187 lines, -2 lines 0 comments Download
M dfdatetime/java_time.py View 1 2 5 chunks +30 lines, -35 lines 0 comments Download
M dfdatetime/ole_automation_date.py View 1 2 5 chunks +27 lines, -34 lines 0 comments Download
M dfdatetime/posix_time.py View 1 2 10 chunks +50 lines, -60 lines 0 comments Download
M dfdatetime/rfc2579_date_time.py View 1 2 5 chunks +19 lines, -27 lines 0 comments Download
M dfdatetime/semantic_time.py View 1 2 3 6 chunks +248 lines, -5 lines 0 comments Download
M dfdatetime/systemtime.py View 1 2 5 chunks +19 lines, -27 lines 0 comments Download
M dfdatetime/time_elements.py View 1 2 8 chunks +33 lines, -49 lines 0 comments Download
M dfdatetime/uuid_time.py View 1 2 5 chunks +34 lines, -40 lines 0 comments Download
M dfdatetime/webkit_time.py View 1 2 6 chunks +34 lines, -39 lines 0 comments Download
M tests/cocoa_time.py View 1 2 3 chunks +22 lines, -0 lines 0 comments Download
M tests/delphi_date_time.py View 1 2 3 chunks +22 lines, -26 lines 0 comments Download
M tests/fake_time.py View 1 2 3 chunks +14 lines, -47 lines 0 comments Download
M tests/fat_date_time.py View 1 2 3 chunks +12 lines, -24 lines 0 comments Download
M tests/filetime.py View 1 2 3 chunks +25 lines, -34 lines 0 comments Download
M tests/hfs_time.py View 1 2 3 chunks +30 lines, -44 lines 0 comments Download
M tests/interface.py View 1 2 2 chunks +92 lines, -0 lines 0 comments Download
M tests/java_time.py View 1 2 3 chunks +20 lines, -24 lines 0 comments Download
M tests/ole_automation_date.py View 1 2 3 chunks +22 lines, -26 lines 0 comments Download
M tests/posix_time.py View 1 2 5 chunks +42 lines, -48 lines 0 comments Download
M tests/rfc2579_date_time.py View 1 2 3 chunks +13 lines, -26 lines 0 comments Download
M tests/semantic_time.py View 1 2 3 3 chunks +112 lines, -6 lines 0 comments Download
M tests/systemtime.py View 1 2 3 chunks +13 lines, -26 lines 0 comments Download
M tests/time_elements.py View 1 2 9 chunks +39 lines, -78 lines 0 comments Download
M tests/uuid_time.py View 1 2 3 chunks +34 lines, -50 lines 0 comments Download
M tests/webkit_time.py View 1 2 3 chunks +25 lines, -34 lines 0 comments Download

Messages

Total messages: 10
Joachim Metz
6 years, 2 months ago (2018-02-18 16:57:08 UTC) #1
Joachim Metz
Code updated.
6 years, 2 months ago (2018-02-18 17:01:09 UTC) #2
onager
https://codereview.appspot.com/340290043/diff/20001/dfdatetime/cocoa_time.py File dfdatetime/cocoa_time.py (right): https://codereview.appspot.com/340290043/diff/20001/dfdatetime/cocoa_time.py#newcode49 dfdatetime/cocoa_time.py:49: January 1, 1970. +or None if the timestamp value ...
6 years, 2 months ago (2018-02-19 14:22:30 UTC) #3
Joachim Metz
https://codereview.appspot.com/340290043/diff/20001/dfdatetime/cocoa_time.py File dfdatetime/cocoa_time.py (right): https://codereview.appspot.com/340290043/diff/20001/dfdatetime/cocoa_time.py#newcode49 dfdatetime/cocoa_time.py:49: January 1, 1970. On 2018/02/19 14:22:30, onager wrote: > ...
6 years, 2 months ago (2018-02-19 19:32:47 UTC) #4
Joachim Metz
Code updated.
6 years, 2 months ago (2018-02-19 20:07:07 UTC) #5
onager
Some minor nits, LGTM https://codereview.appspot.com/340290043/diff/40001/dfdatetime/semantic_time.py File dfdatetime/semantic_time.py (right): https://codereview.appspot.com/340290043/diff/40001/dfdatetime/semantic_time.py#newcode59 dfdatetime/semantic_time.py:59: """Determines if the date time ...
6 years, 2 months ago (2018-02-20 13:04:02 UTC) #6
Joachim Metz
Code updated.
6 years, 2 months ago (2018-02-22 09:32:44 UTC) #7
Joachim Metz
https://codereview.appspot.com/340290043/diff/40001/dfdatetime/semantic_time.py File dfdatetime/semantic_time.py (right): https://codereview.appspot.com/340290043/diff/40001/dfdatetime/semantic_time.py#newcode59 dfdatetime/semantic_time.py:59: """Determines if the date time values are greater equal ...
6 years, 2 months ago (2018-02-22 09:38:31 UTC) #8
Joachim Metz
Code updated.
6 years, 2 months ago (2018-02-22 09:40:28 UTC) #9
Joachim Metz
6 years, 2 months ago (2018-02-22 10:13:14 UTC) #10
Changes have been merged with master branch. To close the review and clean up
the feature branch you can run: review.py close compare1
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b