Create the portability header for time.h
authorChristopher Dykes <cdykes@fb.com>
Wed, 2 Mar 2016 00:10:58 +0000 (16:10 -0800)
committerFacebook Github Bot 9 <facebook-github-bot-9-bot@fb.com>
Wed, 2 Mar 2016 00:20:36 +0000 (16:20 -0800)
commit76344f7be3c36b0b0fdf66dafd9e5898d60f368e
tree1e7f152b1a6718ea1b37baee8f3291f8829124e2
parent602d3f04c843726feed56d2e0f31c597bbc596b8
Create the portability header for time.h

Summary: Although MSVC does have time.h, and does have equivelents of these functions, those have slightly different semantics so we have to wrap them.

Reviewed By: yfeldblum

Differential Revision: D2983613

fb-gh-sync-id: 676cd524ffa834a4250a2acc76aa1200eefe62cc
shipit-source-id: 676cd524ffa834a4250a2acc76aa1200eefe62cc
folly/Makefile.am
folly/portability/Time.cpp [new file with mode: 0755]
folly/portability/Time.h [new file with mode: 0755]