StrFormatTime Problem

Report core bugs regarding the Ultima Online Emulator Core release (version 097). You can attach your Core Dump. One bug per post.
Locked
User avatar
ELSoft
Journeyman Poster
Posts: 61
Joined: Sun Jun 18, 2006 7:45 pm

StrFormatTime Problem

Post by ELSoft »

I develop some incs for the timeutils package and i need to get the day of the year but when i put:

StrFormatTime( "%j", 0 );

it return me 17 and test was the 21/1/2008 :shock:

If i change the clock time to 1/1/2008 the StrFormatTime( "%j", 0 ) return 1
Locked