teel / stasiscl

Automatically exported from code.google.com/p/stasiscl
0 stars 0 forks source link

Time in header #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi.

I'm having an issue with the time info in the header of the index.html

While the stasis add command seems to find the right time of the encounter
start (stasis: Encounter start: kelthuzad at 11/27 23:46:44.843 .. writing
Kel'thuzad (sws-kelthuzad-1227826004) .. done.), in the html page, the
header is like this : Kel'thuzad: %a %B %e, %Y %H:%M

Has anyone got any clue to help me resolve this problem ?

Thanks !

Original issue reported on code.google.com by adrien.t...@gmail.com on 27 Nov 2008 at 11:23

GoogleCodeExporter commented 8 years ago
What version of what operating system are you running on? Also, what version of 
Perl?

Original comment by gianmerlino@gmail.com on 29 Nov 2008 at 6:14

GoogleCodeExporter commented 8 years ago
I'm using Windows Vista (French version, maybe that's the point) with 
ActivePerl 5.10.0

You can see the results of my reports here :
http://demos.pourix.com/demos/walax/RoN/stats/

On the two last nights, I created the wws-history and used the index.html 
someone
linked in an issue ticket before me.

Thanks for answering me :)

Original comment by adrien.t...@gmail.com on 29 Nov 2008 at 10:16

GoogleCodeExporter commented 8 years ago
I'm having a similar issue while running Windows Vista Ultimate (UK English), 
along
with ActivePerl 5.10.0 Build 1004.

Here's the link to my reports: http://www.indemnis.org/stats/

Original comment by andrew.p...@gmail.com on 1 Dec 2008 at 2:08

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
%e is not a valid conversion specifier for strftime with the way activeperl
configures itself on a vista system. While I'm unsure how to fix perl to work
properly on vista, changing %e to %d (first of the month as 1 and 01 
respectively)
looks to be an easy fix.

line 289 PageMaker.pm
   my $starttxt = strftime( "%a %B %d, %Y %H:%M", localtime($start));

Original comment by dvorac...@gmail.com on 1 Dec 2008 at 9:16

GoogleCodeExporter commented 8 years ago
Ok i'll try after my raid and will report if it fixed this issue.

Original comment by adrien.t...@gmail.com on 1 Dec 2008 at 9:20

GoogleCodeExporter commented 8 years ago
Thanks dvorachek. I figured it was something like that but don't have a Vista 
machine to test on. I'll change it 
soon.

Original comment by gianmerlino@gmail.com on 1 Dec 2008 at 10:51

GoogleCodeExporter commented 8 years ago
Idd it's working almost perfectly now, since i'm having a little bug with 
encoding.
I'll try to find which file has to be changed to work with french caracters.

Thanks for everything

Original comment by adrien.t...@gmail.com on 2 Dec 2008 at 7:26

GoogleCodeExporter commented 8 years ago
The time should be working in r182 and later. Let me know if it is still 
broken, and please attach that French log 
if you are still having problems with it.

Original comment by gianmerlino@gmail.com on 6 Dec 2008 at 8:38

GoogleCodeExporter commented 8 years ago

Original comment by gianmerlino@gmail.com on 23 Jan 2009 at 7:10