Not a bug cli importer

imthebest

Well-known member
I'm using the cli importer Alpha 2.0 that comes with 1.3 RC 1 (I think it's the same that came with 1.2) and noticed that the script ignores the timezone defined in the server. It says:

17:47:01 Approximately 10,300 threads remaining to import.

And it should be:

12:47:01 Approximately 10,300 threads remaining to import.

Thanks.
 
This is intended behaviour I believe. Screwing with this would mean that all functions relying on the PHP's default date() function to change to the timezone specified by the server, which can lead to a lot of mess if the server moves from one timezone to another.
 
We set time zones to GMT by default.

Also, note that the CLI importer is not supported.
 
Top Bottom