http://www.perlmonks.org?node_id=998990


in reply to On node obliteration

An edit history with times of the last edits would be nice on PM. Sometimes you just starting thinking the OP or the replier is crazy if you can't tell there was an edit.

Replies are listed 'Best First'.
Re^2: On node obliteration
by talexb (Chancellor) on Oct 15, 2012 at 21:24 UTC
      An edit history with times of the last edits would be nice ..

    Ideally the edit is labeleld with the time, complete with time zone, since not all of us are in the Eastern Time Zone. :)

    Alex / talexb / Toronto

    "Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

      You can achieve that by typing something like [localtime://2012-10-16T11:52:14UTC] to the node, which will get formatted in the timezone of the reader, eg: Oct 16, 2012 at 11:52 UTC. Don't forget the UTC part or else the time is parsed as server time.

      Here's a script to generate such a string.

      perl -we 'use Date::Manip::Date; $d = Date::Manip::Date->new("now"); $ +d->convert("UTC"); print $d->printf("[localtime://%OUTC]\n");'

      Btw, I don't usually give times like that in update notices, because I mark the update only up to a day of precision, or with no timestamp at all if I update soon after posting.

      Ideally ...

      Ideally the monk doesn't have to do anything to get a timestamp inserted