dlang-community / SDLang-D

An SDLang (Simple Declarative Language) library for D
http://sdlang.org
Other
120 stars 21 forks source link

Use Duration for fractional seconds to avoid deprecation warnings. #36

Closed s-ludwig closed 8 years ago

s-ludwig commented 8 years ago

Constructing SysTime with a FracSec is being phased out since 2.067. This keeps a conversion property for backwards compatibility and adds a new member fracSecs of type Duration to DateTimeFrac(UnknownZone)