Quote Originally Posted by LazarD View Post
Actually this shows the month on user's computer (it can be set wrong) so try this: in /includes/languages/<defaut language>.php
change the original setlocale with this

@setlocale(LC_ALL, 'bg_BG.cp1251','Bulgarian');

(this example is in Bulgarian I don't know the Hungarian charsets)
had a similar problem with hebrew and russian...
thanx man...
helped a lot...
turns out... that atleast in windows.... setting the LC_TIME to LC_ALL is the BIG difference
thanxx!!