Live data from Hacker News

A glitch in February of the year 0

28times.com

1–10 of 26 posts

Re: A glitch in February of the year 0

#2
The glitch starts with the existence of “year 0”: there's no such thing in the Christian calendars, it goes straight from 1BC to 1AD. (Zero didn't even exist in the 6th century when the Anno Domini epoch was set).

Re: A glitch in February of the year 0

#3
post #2

The glitch starts with the existence of “year 0”: there's no such thing in the Christian calendars, it goes straight from 1BC to 1AD. (Zero didn't even exist in the 6th century when the Anno Domini epoch was set).

And that's also why we are in the 21st century, not the 20th.

Re: A glitch in February of the year 0

#4
post #2

The glitch starts with the existence of “year 0”: there's no such thing in the Christian calendars, it goes straight from 1BC to 1AD. (Zero didn't even exist in the 6th century when the Anno Domini epoch was set).

They're just using astronomical year numbering.

Re: A glitch in February of the year 0

#5
post #2

The glitch starts with the existence of “year 0”: there's no such thing in the Christian calendars, it goes straight from 1BC to 1AD. (Zero didn't even exist in the 6th century when the Anno Domini epoch was set).

They acknowledge that in the article, and make it clear that it really refers to 1 BC.

Re: A glitch in February of the year 0

#6
post #3
post #2

The glitch starts with the existence of “year 0”: there's no such thing in the Christian calendars, it goes straight from 1BC to 1AD. (Zero didn't even exist in the 6th century when the Anno Domini epoch was set).

And that's also why we are in the 21st century, not the 20th.

Arr[0] is the first element of an array, not the “zeroth”.

Re: A glitch in February of the year 0

#7
> The first century starts at 0001-01-01 00:00:00 AD, although they did not know it at the time. This definition applies to all Gregorian calendar countries. There is no century number 0, you go from -1 century to 1 century. If you disagree with this, please write your complaint to: Pope, Cathedral Saint-Peter of Roma, Vatican.

https://www.postgresql.org/docs/9.0/functions-datetime.html#...

Re: A glitch in February of the year 0

#9
post #6
post #3

Earlier quoted context omitted.

And that's also why we are in the 21st century, not the 20th.

Arr[0] is the first element of an array, not the “zeroth”.

In a zero based array type language. In pascal I believe arrays can start where you want them to as in "array[-10..10] of integer". It's been a while though.

There is no year zero. Trying to compute with one is almost certainly an error. Trying to work with it is like dividing by zero - it does not make sense.

The year "1" was originally a Julian Date. Using a Gregorian Date before the calendar was introduced is almost certainly an error.

For ancient things, use Before Present, where I believe Present is defined to be sometime in 1950 or there about. For "modern" things (varying definitions of modern) use a sensible format/calendar that works in your database.

Re: A glitch in February of the year 0

#10
post #3
post #2

The glitch starts with the existence of “year 0”: there's no such thing in the Christian calendars, it goes straight from 1BC to 1AD. (Zero didn't even exist in the 6th century when the Anno Domini epoch was set).

And that's also why we are in the 21st century, not the 20th.

If there was a year 0, we would still be in the 21st century. It would just have started 1 year earlier, in 2000 instead of 2001:

0 – 99: 1st century

100 – 199: 2nd century

...

1900 – 1999: 20th century

2000 – 2999: 21st century

Although I think centuries are usually treated as starting in years ending in 0 anyway, in casual settings. Most people were certainly happy to celebrate "the new millennium" at the start of the year 2000.

Post reply on HN