Part 1: Local time label <=> UTC timestamp conversion
authorAlexey Spiridonov <lesha@fb.com>
Thu, 20 Feb 2014 00:17:58 +0000 (16:17 -0800)
committerDave Watson <davejwatson@fb.com>
Fri, 21 Feb 2014 21:40:49 +0000 (13:40 -0800)
commitc2ed0facc9f626aad63ea68231b28a330bd9d9e5
treec57173ef711eaad0591a3cf2639466fdd931d157
parent3a9422d1146085dcdef823dcbf703e7c59f4bf2a
Part 1: Local time label <=> UTC timestamp conversion

Summary: See the block comment in date_time_utils.h -- the actual Cron code comes in later diffs.

Test Plan: unit tests

Reviewed By: agoder@fb.com

FB internal diff: D1181554
folly/experimental/cron/date_time_utils.cpp [new file with mode: 0644]
folly/experimental/cron/date_time_utils.h [new file with mode: 0644]
folly/experimental/cron/test/test_date_time_utils.cpp [new file with mode: 0644]