Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Incorrect time value in html report returned by web service
Hello guys. I published my process as service which returns html report and for this case RA returns incorrect time value for timestamp fields fetched from mysql (not datetime).
RA muddled minutes and month fields. When should be month it puts minutes.. see below
In this table you can see timestamp value (i don't know why it presented on this format.. LC_TIME not act on it..) and value casted to string by function CAST(date_reg as char) and query was
How can I fix it? It not depends of system time zone.. Is it a bug,,?
RA muddled minutes and month fields. When should be month it puts minutes.. see below
In this table you can see timestamp value (i don't know why it presented on this format.. LC_TIME not act on it..) and value casted to string by function CAST(date_reg as char) and query was
SELECT date_reg, CAST(date_reg as char) from clients
0
Answers
http://rapid-i.com/bugzilla/show_bug.cgi?id=1732