[SOLVED]Generation datetime incorrect

SC v7.0.004

When i generate all apps, the generation datetime of controls and forms are incorrect (should 15:5x h, is 11:50 h). The datetime for grids and blank apps are correct …

sc_7_generate apps.jpg

Hello,

I have reported this issue to our bugs team for further testing.

regards,
Bernhard Bernsmann

SC v7.0.006 - not solved

SC 7.00.0013 - not solved

Hello Reinhard,

I will get in touch with our bugs team.

regards,
Bernhard Bernsmann

Hello Reinhard,

Have you installed SC on SQLite (default) or on another RDBMS? Which one? By the way I’m referring to SC internal database, and not the database you use to build your systems.

Also how are you generating those apps? Checking all of them and them generate all at the same time? Or are you running “one by one”?

regards,
Bernhard Bernsmann

Hello Bernhard,

it’s the default installation (SC on SQLite). I have generated it via Project / Generate Source Code / All.

Not solved with 7.00.0015 …

Hello Reinhard,

I will contact our bugs team regarding the issue.

regards,
Bernhard Bernsmann

Hello,

I believe this is just some configuration of your environment, access the php.ini file located in the directory: (To see your php.ini file directory, access Help -> Diagnosis and search for " php.ini ")

Windows
C:/Program Files (x86)/NetMake/v7/components/php/php.ini (Default)

Linux
/opt/NetMake/v7/components/apache/conf/php.ini (Default)

Mac
/Applications/NetMake/v7/components/Zend/etc/php.ini (Default)

And make the following change:

date.timezone= (to set this parameter go to http://www.php.net/manual/en/timezones.php and see what is the timezone of your city.)

Ej.: date.timezone=America/Sao_Paulo

After making all the changes, restart your apache service.

Hello, I make the settings in the php.ini file! time performs well, BUT this only works in the environment of sc! after they are posted and applications are installed on the server, the problem of evil once again time zone!
What can be done to fix this?

@ivanco123: would you please stop the pirating of foreign issues? Your question has nothing to do with my problem …

@john: the settings in php.ini are global to sc .Please watch again the first post, since you see the problem exactly …

Hello John,

I have added date.timezone = Europe/Berlin to the php.ini and it works now. Thank you.

Thread marked as solved …