I just dug up an old packet I had laying around here and tried pktdate on it:
bbs@filegate:~/pktdate$ ./pktdate -me -c 1a35fac1.pkt Pktdate Rev. 1.5: processing 1a35fac1.pkt (type: 2+) Packet header date (D/M/Y): 19.9.2012 fixed to 25.3.2016. Packet sender: 1:261/38.0 Msg #001: Date "19 Sep 12 15:50:00" fixed to "25 Mar 16 16:38:51" (rc 8). Msg #001: Message sender is "Nick Kill@1:261/38". Msg #002: Date "19 Sep 12 15:54:22" fixed to "25 Mar 16 16:38:51" (rc 8). Msg #002: Message sender is "Janis Kracht@1:261/38". Wrote changes to 1a35fac1.pkt.
Interesting.. :)
I just dug up an old packet I had laying around here and tried pktdate
on it:
bbs@filegate:~/pktdate$ ./pktdate -me -c 1a35fac1.pkt Pktdate Rev.
1.5: processing 1a35fac1.pkt (type: 2+) Packet header date (D/M/Y): 19.9.2012 fixed to 25.3.2016. Packet sender: 1:261/38.0 Msg #001: Date
"19 Sep 12 15:50:00" fixed to "25 Mar 16 16:38:51" (rc 8). Msg #001: Message sender is "Nick Kill@1:261/38". Msg #002: Date "19 Sep 12
15:54:22" fixed to "25 Mar 16 16:38:51" (rc 8). Msg #002: Message
sender is "Janis Kracht@1:261/38". Wrote changes to 1a35fac1.pkt.
Interesting.. :)
Take care,
Janis
bbs@filegate:~/pktdate$ ./pktdate -me -c 1a35fac1.pkt Pktdate Rev.
1.5: processing 1a35fac1.pkt (type: 2+) Packet header date (D/M/Y): 19.9.2012 fixed to 25.3.2016. Packet sender: 1:261/38.0 Msg #001: Date
"19 Sep 12 15:50:00" fixed to "25 Mar 16 16:38:51" (rc 8). Msg #001: Message sender is "Nick Kill@1:261/38". Msg #002: Date "19 Sep 12
15:54:22" fixed to "25 Mar 16 16:38:51" (rc 8). Msg #002: Message
sender is "Janis Kracht@1:261/38". Wrote changes to 1a35fac1.pkt.
Interesting.. :)
Take care,
Janis
I just dug up an old packet I had laying around here and tried pktdate on
it:
bbs@filegate:~/pktdate$ ./pktdate -me -c 1a35fac1.pkt Pktdate Rev. 1.5:
processing 1a35fac1.pkt (type: 2+) Packet header date (D/M/Y): 19.9.2012
fixed to 25.3.2016. Packet sender: 1:261/38.0 Msg #001: Date "19 Sep 12
15:50:00" fixed to "25 Mar 16 16:38:51" (rc 8). Msg #001: Message sender
is "Nick Kill@1:261/38". Msg #002: Date "19 Sep 12 15:54:22" fixed to "25 >> Mar 16 16:38:51" (rc 8). Msg #002: Message sender is "Janis
Kracht@1:261/38". Wrote changes to 1a35fac1.pkt.
Interesting.. :)
yup... i've been running it here since it was first every released... have
pktdate fixed it to today's date... that may cause other systems to not catch the post as a dupe if their dupe database goes back that far...
anyway, here's what i currently use...
rem set pdate=pktdate -k -c -l2 -S -L%fd%\pktd-sec.log
rem ***
rem *** -c means to correct the pkt... stopped correcting on 7 Jul 2014
rem *** -k means to keep the original pkt if we correct any dates in it
rem *** -p means "past" and "9y" means "9+ years"
rem *** -f means "future" and "1m" means "1+ month"
rem *** -l is the logging level
rem *** -S changes seadog dates to standard ftsc dates
rem *** -L is the log file name
set pdate=pktdate -k -p9y -f1m -l2 -S -L%fd%\pktd-sec.log
gosub do_mydate
echo %MYDATE% [723] %pdate% | %SLOGS%
for %%i in ( *.pkt) do %pdate% %%i
i set my command in an environment variable so i can echo it to my processing
log... then i just toss it at each pkt in my secure and insecure directories..
each has its own log... in the above, if the date is older than 9 years or
newer than 1 month in the future then we note it in the processing log... if i >was using "-c" it would be corrected in the pkt... i also have it changing the
seadog date format to the fido date format since all my software expects the fido format...
Does that mean it worked ?
Just wondering as the original date looks ok to me e.g., 19/09/2012 !
.. no have not checked what the '-me' means yet :)
Hi Vince,
Does that mean it worked ?
Just wondering as the original date looks ok to me e.g., 19/09/2012
!
This was just a packet I had somewhere over here not a live packet
that I cared to toss into Fidonet.. Just to test that the binary was
going to do what I expected.. and it did :) There was nothing wrong
with the date of the original packet, it was from a long time ago..
.. no have not checked what the '-me' means yet :)
It's for "Messages English"
If you do have a file a.out, rename it to pktdate then just run pkdate
with no other parameters and you'll get the help screen.
BTW, I did rename the uppercase file PKTDATE.C to lower case, and
since the source #includes pktdate.lng (lower case) that's when I
actually got it to compile correctly.
Sounds like you and Mark have a later version of pktdate along with
the sources.
Friday March 25 2016 20:09, you wrote to me:
Sounds like you and Mark have a later version of pktdate along with the sources.
If you or Mark does have an updated version than that issued in the Wildcat file area, I would appreciate it if you can send me the source code so I can compile it here.
28 Mar 16 13:30, you wrote to Janis Kracht:
Sounds like you and Mark have a later version of pktdate along
with the sources.
i don't know if i have the sources or not... i'm using what was
released in Y2KTOOL5.ZIP in the COORDUTL file distribution area...
that's the same area that the new makenl releases have been being
posted to... it is also the same area where the 32bit remake of daynbr
was hatched as well as the distribution of the errflags program and
numerous other tools that FTN coordinators would be interested in...
i don't know if i have the sources or not... i'm using what was
released in Y2KTOOL5.ZIP in the COORDUTL file distribution area...
that's the same area that the new makenl releases have been being
posted to... it is also the same area where the 32bit remake of daynbr
was hatched as well as the distribution of the errflags program and
numerous other tools that FTN coordinators would be interested in...
Follow up from prev. msg - nope I do not seem to have that area or more importantly that file.
Must have been lost a few years back when I could not recover 2 odd gigs of dasd from a back up.
Must remember to have a look on Janis's system.
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,039 |
Nodes: | 15 (0 / 15) |
Uptime: | 198:18:15 |
Calls: | 500,233 |
Calls today: | 2 |
Files: | 95,197 |
D/L today: |
547 files (501M bytes) |
Messages: | 464,137 |