Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #25976 > unrolled thread

Re: How to represent dates BC

Started byChristian Heimes <lists@cheimes.de>
First post2012-07-24 12:29 +0200
Last post2012-07-24 12:29 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: How to represent dates BC Christian Heimes <lists@cheimes.de> - 2012-07-24 12:29 +0200

#25976 — Re: How to represent dates BC

FromChristian Heimes <lists@cheimes.de>
Date2012-07-24 12:29 +0200
SubjectRe: How to represent dates BC
Message-ID<mailman.2527.1343125785.4697.python-list@python.org>
Am 24.07.2012 11:55, schrieb Laszlo Nagy:
> What is the good representation here? Should I implement my own date
> type? (I wouldn't want to.)

JDN [1] is a commonly used format for wide ranges of dates. I've used it
in the past to refer to days BC. PyPI offers a Python module [2] that
looks well written and documented.

HTH,
Christian

[1] http://en.wikipedia.org/wiki/Julian_Day_Number
[2] http://pypi.python.org/pypi/jdcal/1.0

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web