Page MenuHomePhabricator

Correct an issue with epoch timestamps in Conduit
ClosedPublic

Authored by epriestley on Jul 26 2016, 2:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 18 2026, 8:49 PM
Unknown Object (File)
Apr 18 2026, 2:07 AM
Unknown Object (File)
Apr 14 2026, 4:11 AM
Unknown Object (File)
Mar 7 2026, 1:59 PM
Unknown Object (File)
Feb 21 2026, 8:16 PM
Unknown Object (File)
Dec 5 2025, 3:56 AM
Unknown Object (File)
Nov 21 2025, 11:37 PM
Unknown Object (File)
Nov 12 2025, 9:39 PM
Subscribers
None

Details

Summary

Fixes T11375. Some validation code was mishandling raw epoch timestamps.

For numeric values larger than 29999999 (e.g., 2999-12-25, christmas 2999), assume the value is a timestamp.

Test Plan

Used maniphest.search to query for modifiedStart, got a better result set and saw the dateModified constraint in the query.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Correct an issue with epoch timestamps in Conduit.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Jul 26 2016, 3:45 PM
This revision was automatically updated to reflect the committed changes.