On Tue, 21 Feb 2017, Sven Schreiber wrote:
Am 21.02.2017 um 19:04 schrieb Allin Cottrell:
> dealing with historical data. Internally, we're now using GLib's
> GDate API (with some additional algorithms for handling Julian dates) in
> So, comments welcome.
My spontaneous reaction is that gretl (== Allin) shouldn't have to solve
these issues, because this is something that some other library should
provide. If they do it wrong, gretl should basically just shrug and do
nothing.
;-) Actually, "some other library" is doing most of the work here
(the GDate API in GLib, which we already needed for other reasons).
I just added a couple of simple algorithms to handle Julian dates.
I mean, now you're fixing the ancient calendar for the entire
open-source
world? Where are all the historians?
Not exactly "ancient"; we don't do BC, and I have no plans to go
there! I was thinking more of (say) Bank of England interest-rate
data from the first half of the 18th C, when England was still on
the Julian calendar.
(My excuses to all econometric medievalists out there...)
Hmm, if I'm remembering correctly Jack was telling me about some
Italian econometric medievalists last summer, as we drove south from
Ancona on a fine June evening. Their data might make a nice test
case, if we can get hold of it.
Allin