How do libraries in different programming languages handle Date & Time, Timestamps & Durations, Leapseconds & -years, DSTs & Timezones, …?

前端 未结 6 1728
夕颜
夕颜 2020-12-24 02:27

Is there a standard body or a specific normative way how time-related things should be implemented in practice (like ICU for Unicode-related tasks) or is this curre

6条回答
  •  轮回少年
    2020-12-24 02:55

    To answer your "Good Example" question, take a look at Noda Time - Jon Skeet's port of the Joda-Time libraries for Java to .Net

提交回复
热议问题