<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>24 Apr 2015 09:02:00 Z</lastBuildDate><pubDate>23 Apr 2015 09:42:00 Z</pubDate><description>Hello to all&#13;
&#13;
I have a MySql database hosted on a Unix machine, created by an old programmer&#13;
who is working in our firm.&#13;
I'm able to access to this db and its tables and extract all the values stored on it.&#13;
&#13;
But, i have a field called "call_date" definied as INT and i need to extract the date/time stored with this format.&#13;
Googling i found a Sql solution to see the correct date/time and i have to write:&#13;
&#13;
SELECT FROM UNIX_TIME (call_date)&#13;
&#13;
and the readeable date/time is shown.&#13;
&#13;
I thought "IntegerToDate" was the solution, but i have an error during the execution.&#13;
&#13;
Is there someone who can tell me how to obtain the converted date and time from this INT format??&#13;
&#13;
Thanks in advance&#13;
&#13;
Gianni</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix/read.awp</link><title>[WD17] Convert Date from Unix</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix-51762/read.awp</comments><pubDate>24 Apr 2015 09:02:00 Z</pubDate><description>Hi to all&#13;
&#13;
Found the solution...&#13;
&#13;
the basic formula is: (UniDateInt/86400)+25569+(1/24)&#13;
&#13;
(1/24) is for Italian timezone&#13;
&#13;…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix-51762/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix-51762/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix/read.awp">[WD17] Convert Date from Unix</source><title>Re: [WD17] Convert Date from Unix</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix-51748/read.awp</comments><pubDate>23 Apr 2015 13:45:00 Z</pubDate><description>Hi Gianno,&#13;
&#13;
sure there is.. just google unix time integer format and you'll ind all the information you need...&#13;
&#13;
From a quic…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix-51748/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix-51748/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix/read.awp">[WD17] Convert Date from Unix</source><title>Re: [WD17] Convert Date from Unix</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix-51745/read.awp</comments><pubDate>23 Apr 2015 12:55:00 Z</pubDate><description>It looks like your int is the number of seconds since '1970-01-01 00:00:00' UTC&#13;
Add your int value to the seconds of a datetime…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix-51745/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix-51745/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix/read.awp">[WD17] Convert Date from Unix</source><title>Re: [WD17] Convert Date from Unix</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix-51744/read.awp</comments><pubDate>23 Apr 2015 12:38:00 Z</pubDate><description>Hi Paulo&#13;
&#13;
Yes, i know what you say.&#13;
But, i'm reading records using Hreadseek and not doing a SELECT.&#13;
&#13;
I was hoping there wa…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix-51744/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix-51744/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix/read.awp">[WD17] Convert Date from Unix</source><title>Re: [WD17] Convert Date from Unix</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix-51740/read.awp</comments><pubDate>23 Apr 2015 10:23:00 Z</pubDate><description>if you can get the date/time with the select you mention why don't you use it to get the values you need?&#13;
did you try to execut…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix-51740/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix-51740/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51739-wd17-convert-date-from-unix/read.awp">[WD17] Convert Date from Unix</source><title>Re: [WD17] Convert Date from Unix</title></item></channel></rss>
