<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to convert the System timestamp to Epoch Unix timestamp in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2276001#M52216</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Say suppose today is 2020/1/29 00:00:00. By using&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;TalendDate.addDate(TalendDate.getCurrentDate(), -1, "ss")&lt;/PRE&gt;
&lt;P&gt;i get the time 2020/1/28&amp;nbsp;11:59:59 pm. Then i convert this time to Epoch timestamp i.e into 1580255999.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Abhishek&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2020 08:52:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-01-30T08:52:03Z</dc:date>
    <item>
      <title>How to convert the System timestamp to Epoch Unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2275997#M52212</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to convert the System timestamp to Epoch Unix timestamp in talend. Is there any function like java.util.Date.gettime() to convert it into milliseconds.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Meaning converting yyyy-MM-dd HH:mm:ss to unix epoch timestamp.&lt;/P&gt;
&lt;P&gt;Example&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2020/01/30 00:00:00 to Unix timestamp. Then i want to subtract the unix timestamp by 1 so that it can give me 1 sec less.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone help me in this ??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Abhishek&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2275997#M52212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T03:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert the System timestamp to Epoch Unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2275998#M52213</link>
      <description>Have a look at TalendDate.addDate.&lt;BR /&gt;You just have to use it with a negative value.&lt;BR /&gt;&lt;A href="https://help.talend.com/reader/~R4Lk_SlELw9a8pKBKTm9A/97HhybirKNimDaj6MWfaDg" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/~R4Lk_SlELw9a8pKBKTm9A/97HhybirKNimDaj6MWfaDg&lt;/A&gt;</description>
      <pubDate>Thu, 30 Jan 2020 06:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2275998#M52213</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-01-30T06:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert the System timestamp to Epoch Unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2275999#M52214</link>
      <description>&lt;P&gt;But first i need to convert system timestamp into unix timestamp.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 07:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2275999#M52214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-30T07:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert the System timestamp to Epoch Unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2276000#M52215</link>
      <description>&lt;P&gt;As far as I understand you question, you just have to do this:&lt;/P&gt;&lt;PRE&gt;TalendDate.addDate(TalendDate.getCurrentDate(), -1, "ss") &lt;/PRE&gt;&lt;P&gt;It will give you the current date minus 1 second.&lt;/P&gt;&lt;P&gt;Just store the result to a field with datatype Date or a global variable you have to cast to Date when you want to use the content.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 08:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2276000#M52215</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-01-30T08:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert the System timestamp to Epoch Unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2276001#M52216</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Say suppose today is 2020/1/29 00:00:00. By using&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;TalendDate.addDate(TalendDate.getCurrentDate(), -1, "ss")&lt;/PRE&gt;
&lt;P&gt;i get the time 2020/1/28&amp;nbsp;11:59:59 pm. Then i convert this time to Epoch timestamp i.e into 1580255999.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Abhishek&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 08:52:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2276001#M52216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-30T08:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert the System timestamp to Epoch Unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2276002#M52217</link>
      <description>&lt;P&gt;To convert current date - 1 second in epoch:&lt;/P&gt;&lt;PRE&gt;TalendDate.addDate(TalendDate.getCurrentDate(), -1, "ss").getTime()&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 10:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2276002#M52217</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-01-30T10:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert the System timestamp to Epoch Unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2276003#M52218</link>
      <description>&lt;P&gt;As my server is in PST time zone&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;getCurrentDate()&lt;/PRE&gt;&lt;P&gt;gives me that zone time, can i convert this into UTC time before converting into unix time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 09:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2276003#M52218</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-31T09:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert the System timestamp to Epoch Unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2276004#M52219</link>
      <description>&lt;P&gt;This link may help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/35653484/how-can-i-convert-local-time-to-utc-and-vice-versa-in-a-talend-job" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/35653484/how-can-i-convert-local-time-to-utc-and-vice-versa-in-a-talend-job&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 09:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2276004#M52219</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-01-31T09:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert the System timestamp to Epoch Unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2276005#M52220</link>
      <description>&lt;P&gt;What i should give in schema to get epochunixstamp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Mb14"&gt;unix.JPG&lt;/A&gt;</description>
      <pubDate>Thu, 09 Jul 2020 08:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2276005#M52220</guid>
      <dc:creator>sam473</dc:creator>
      <dc:date>2020-07-09T08:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert the System timestamp to Epoch Unix timestamp</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2276006#M52221</link>
      <description>&lt;P&gt;What i should give in schema to get epochunixstamp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 08:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-convert-the-System-timestamp-to-Epoch-Unix-timestamp/m-p/2276006#M52221</guid>
      <dc:creator>sam473</dc:creator>
      <dc:date>2020-07-09T08:33:00Z</dc:date>
    </item>
  </channel>
</rss>

