<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to replace intrementally?]]></title><description><![CDATA[<p dir="auto">I have a question, I’m a noob, and don’t know anything about programming. How can I lets say replace numbers from “x” to “y” in fours?<br />
I want to edit unix times from 1588384800 to 1588393920 and change the date to the next day. And each column contains 4 of the same unix time.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/19349/how-to-replace-intrementally</link><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 18:46:23 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/19349.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 03 May 2020 13:09:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to replace intrementally? on Tue, 05 May 2020 19:29:07 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: alan-kilborn">@<bdi>alan-kilborn</bdi></a>,</p>
<p dir="auto">Of course, it’s been <strong>more</strong> than <strong><code>25</code></strong> years since I <strong>really</strong> practice <strong><code>AWK</code></strong>. It was on an <strong><code>HP-Unix</code></strong> server that would be <strong>laughed at</strong>, nowadays !</p>
<p dir="auto">I have already <strong>praised</strong>, several times, the <strong>precision</strong> and <strong>power</strong> of regexes, which, in a <strong>few</strong> words, produce <strong>great</strong> effects !</p>
<p dir="auto">For the <strong>same</strong> reasons, it seems that I am simply <strong>impressed</strong> by the <strong><code>AWK</code></strong> language ;-))</p>
<p dir="auto">Cheers,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53517</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53517</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Tue, 05 May 2020 19:29:07 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Tue, 05 May 2020 19:01:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guy038" aria-label="Profile: guy038">@<bdi>guy038</bdi></a> said in <a href="/post/53487">How to replace intrementally?</a>:</p>
<blockquote>
<p dir="auto">I thought I was entitled to propose this solution.</p>
</blockquote>
<p dir="auto">Sorry for giving you a hard time about it.  You are certainly entitled.</p>
<p dir="auto">But, anyone here that has to install “something” additional to get to a solution is very likely better off just grabbing PythonScript.  It’s easy to obtain (Plugins Admin), you don’t have to keep track of it separately (after install it will just “ride along” with Notepad++, and keep track of any scripts you use/write, and its a reasonably modern programming language.  The same holds for LuaScript, I believe, although I am not a user of that.</p>
<p dir="auto">Aside:<br />
Just so you know, I hold no hatred of AWK.<br />
There was a time before Python when I was into AWK.<br />
This <a href="https://en.wikipedia.org/wiki/The_AWK_Programming_Language" rel="nofollow ugc">BOOK</a> still adorns my bookshelves.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53515</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53515</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 05 May 2020 19:01:25 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Tue, 05 May 2020 01:02:54 GMT]]></title><description><![CDATA[<p dir="auto">Hi, <a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: alan-kilborn">@<bdi>alan-kilborn</bdi></a> and <strong>All</strong>,</p>
<p dir="auto">I do understand the <strong>logic</strong> of your reasoning, <strong>Alan</strong>. In my <strong>defense</strong>, as this calculation couldn’t be done, <strong>natively</strong>, from notepad++, I thought I was <strong>entitled</strong> to propose this solution.</p>
<p dir="auto">After all, <strong><code>AWK</code></strong> is a <strong>scripting</strong> language just like <strong><code>Python</code></strong> and it is possible to run an <strong>Gwak/Awk</strong> program, just using the <strong><code>Run</code></strong> command of <strong>Notepad++</strong> ;-))</p>
<p dir="auto">For instance, using the example of my <strong>previous</strong> post :</p>
<ul>
<li>
<p dir="auto">Hit the <strong><code>F5</code></strong> key, from within N++</p>
</li>
<li>
<p dir="auto">Paste the command <strong><code>cmd /c &lt;ABSOLUTE Path to your GAWK.exe&gt;\gawk -F": |," "/timestamp/ {$2 = $2 + 86400} ; {print &gt; \"Output.txt\"}" Input.txt</code></strong> in the <strong>input</strong> zone</p>
</li>
<li>
<p dir="auto">Click on the <strong><code>Run</code></strong> button</p>
</li>
</ul>
<p dir="auto">Note that, <strong>both</strong>, the <strong><code>Input.txt</code></strong> file processed and the <strong><code>Output.txt</code></strong> file created are located in the <strong>current</strong> Notepad++ folder, in case of <strong>portable</strong> installations of N++</p>
<p dir="auto">Nevertheless, I readily <strong>admit</strong> that the <strong><code>Python</code></strong> plugin is <strong>closer</strong> to Notepad++ than the <strong><code>AWK</code></strong> program !</p>
<p dir="auto">Cheers,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53487</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53487</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Tue, 05 May 2020 01:02:54 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Mon, 04 May 2020 23:04:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guy038" aria-label="Profile: guy038">@<bdi>guy038</bdi></a> said in <a href="/post/53483">How to replace intrementally?</a>:</p>
<blockquote>
<p dir="auto">Let give it a try with the gawk utility !</p>
</blockquote>
<p dir="auto">Please, let’s not.<br />
Only when there isn’t a reasonable way, within Notepad++.<br />
And one of those has already been provided.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53484</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53484</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 04 May 2020 23:04:17 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Mon, 04 May 2020 23:03:03 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="/user/levente-horv%C3%A1th" aria-label="Profile: levente-horváth">@<bdi>levente-horváth</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: ekopalypse">@<bdi>ekopalypse</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: alan-kilborn">@<bdi>alan-kilborn</bdi></a>,</p>
<p dir="auto">Let give it a try with the <strong><code>gawk</code></strong> utility !</p>
<p dir="auto">The <strong><code>gawk</code></strong> utility reads <strong>each</strong> line of a file and <strong>splits</strong> it into different <strong>fields</strong></p>
<ul>
<li>
<p dir="auto">The option <strong><code>-F</code></strong> specifies the <strong>separator(s)</strong> of the <strong>fields</strong>. As the value of that option is <strong><code>: |,</code></strong> then, the <strong>separators</strong> are :</p>
<ul>
<li>A <strong>colon</strong>, followed with a <strong>space</strong> char<br />
OR</li>
<li>A <strong>comma</strong></li>
</ul>
</li>
</ul>
<p dir="auto">which <strong>defines</strong>, in specific lines <strong><code>  "timestamp": 1588464052,</code></strong>, <strong><code>3</code></strong> different <strong>fields</strong> :</p>
<ul>
<li>
<p dir="auto">Field <strong><code>$1</code></strong> = The string <strong><code>"timestamp"</code></strong> <strong>preceded</strong> with <strong><code>2 space</code></strong> chars</p>
</li>
<li>
<p dir="auto">Field <strong><code>$2</code></strong> = The <strong>Unix timestamp</strong> <strong><code>1588464052</code></strong></p>
</li>
<li>
<p dir="auto">Field <strong><code>$3</code></strong> = An <strong><code>EMPTY</code></strong> string</p>
</li>
</ul>
<hr />
<p dir="auto">Now, it’s child’s play !</p>
<ul>
<li>
<p dir="auto">Create a <strong>new</strong> folder</p>
</li>
<li>
<p dir="auto">Download the <strong><code>gawk-5.0.1-w32-bin-zip</code></strong> archive from    <a href="https://sourceforge.net/projects/ezwinports/files/" rel="nofollow ugc">https://sourceforge.net/projects/ezwinports/files/</a> , in that <strong>new</strong> folder</p>
</li>
<li>
<p dir="auto">Double-click on the <strong><code>gawk-5.0.1-w32-bin-zip</code></strong> archive</p>
</li>
<li>
<p dir="auto">Double-click on the <strong><code>bin</code></strong> folder</p>
</li>
<li>
<p dir="auto">Extract, <strong>only</strong>, the <strong><code>5</code></strong> files <strong><code>gawk.exe</code></strong>, <strong><code>libgmp-10.dll</code></strong>, <strong><code>libmpfr-4.dll</code></strong>, <strong><code>libncurses5.dll</code></strong> and <strong><code>libreadline6.dll</code></strong> in this <strong>new</strong> folder</p>
</li>
<li>
<p dir="auto">Open a <strong>DOS console</strong> window</p>
</li>
<li>
<p dir="auto">Go to your <strong><code>gawk</code></strong>’s folder</p>
</li>
<li>
<p dir="auto">Run the following <strong>command</strong> :</p>
</li>
</ul>
<p dir="auto"><strong><code>gawk -F": |," "/timestamp/ {$2 = $2 + 86400} ; {print &gt; \"Output.txt\"}" Input.txt</code></strong></p>
<p dir="auto"><strong>Notes</strong> :</p>
<ul>
<li>
<p dir="auto">The file processed is the file <strong><code>Input.txt</code></strong></p>
</li>
<li>
<p dir="auto">Inside the <strong><code>gawk</code></strong> <strong>program</strong> section  <strong><code>"........."</code></strong>, any <strong>double quote</strong> <strong><code>"</code></strong> must be <strong>escaped</strong> with a <strong><code>\</code></strong> symbol</p>
</li>
<li>
<p dir="auto">If <strong>current</strong> line contains the string <strong><code>timestamp</code></strong>, then the <strong><code>field 2</code></strong>’s value is <strong>increased</strong> by <strong><code>86,400</code></strong></p>
</li>
<li>
<p dir="auto">In <strong>all</strong> cases, the <strong>resulting entire</strong> current line is rewritten in file <strong><code>Output.txt</code></strong></p>
</li>
</ul>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53483</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53483</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Mon, 04 May 2020 23:03:03 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Sun, 03 May 2020 14:49:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> No, it doesn’t contain any other 10 digit number, but I thank all of you, it works!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53422</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53422</guid><dc:creator><![CDATA[Levente Horváth]]></dc:creator><pubDate>Sun, 03 May 2020 14:49:07 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Sun, 03 May 2020 14:41:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> said in <a href="/post/53419">How to replace intrementally?</a>:</p>
<blockquote>
<p dir="auto">editor.rereplace(‘\d{10}’, add_a_day)</p>
</blockquote>
<p dir="auto">Perhaps the OP’s data contains other 10 digit numbers, not related to timestamps??</p>
<p dir="auto">I might go with this instead:</p>
<p dir="auto"><code>editor.rereplace('"timestamp": \K\d{10}', add_a_day)</code></p>
<p dir="auto">Ensures that we are only changing the timestamp values.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53421</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53421</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sun, 03 May 2020 14:41:31 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Sun, 03 May 2020 14:15:40 GMT]]></title><description><![CDATA[<p dir="auto">ok, once you installed PythonScript, goto <strong>plugins-&gt;Python Script-&gt;New Script</strong><br />
give it a meaningful name and save it.<br />
Paste the following into the newly create document and save it.</p>
<pre><code class="language-py">from Npp import editor

def add_a_day(m):
    return int(m.group(0)) + 86400

editor.rereplace('\d{10}', add_a_day)
</code></pre>
<p dir="auto">Goto to plugin-&gt;Python Script-&gt;Scripts and execute your newly created script.</p>
<p dir="auto">If you want to add it to the toolbar play with the configuration menu of pythonscript.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53419</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53419</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Sun, 03 May 2020 14:15:40 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Sun, 03 May 2020 14:11:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> I just want to add 86400 to the existing numbers.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53418</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53418</guid><dc:creator><![CDATA[Levente Horváth]]></dc:creator><pubDate>Sun, 03 May 2020 14:11:31 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Sun, 03 May 2020 14:05:36 GMT]]></title><description><![CDATA[<p dir="auto">So you are going to install, e.g. PythonScript plugin via the plugin admin?<br />
If yes, what should the script do? Just add one day aka 86400 seconds?<br />
Or more flexible like you’ve been asked to enter the seconds you want to add?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53417</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53417</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Sun, 03 May 2020 14:05:36 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Sun, 03 May 2020 14:03:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> Then I will do it that way, whatever it takes.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53416</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53416</guid><dc:creator><![CDATA[Levente Horváth]]></dc:creator><pubDate>Sun, 03 May 2020 14:03:22 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Sun, 03 May 2020 14:01:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/levente-horv%C3%A1th" aria-label="Profile: Levente-Horváth">@<bdi>Levente-Horváth</bdi></a> said in <a href="/post/53413">How to replace intrementally?</a>:</p>
<blockquote>
<p dir="auto">Replace With: \d{10}+86400</p>
</blockquote>
<p dir="auto">I thought <a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> makes it clear above that things DO NOT work that way.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53415</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53415</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sun, 03 May 2020 14:01:48 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Sun, 03 May 2020 14:02:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/levente-horv%C3%A1th" aria-label="Profile: Levente-Horváth">@<bdi>Levente-Horváth</bdi></a></p>
<p dir="auto">No, you do <strong>not</strong> have it <strong>selected</strong>, you just <em>highlighted</em> it, this is different and no, regex is not a calculator.<br />
If you have to do such things more often then I would recommend to<br />
install one of the scripting plugins like PythonScript, LuaScript and create<br />
a little script to do this for you.<br />
If you want to go that way we certainly can give you help solving this.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53414</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53414</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Sun, 03 May 2020 14:02:39 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Sun, 03 May 2020 13:56:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/levente-horv%C3%A1th" aria-label="Profile: Levente-Horváth">@<bdi>Levente-Horváth</bdi></a> What if I do Find What: \d{10}, and Replace With: \d{10}+86400</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53413</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53413</guid><dc:creator><![CDATA[Levente Horváth]]></dc:creator><pubDate>Sun, 03 May 2020 13:56:51 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Sun, 03 May 2020 13:52:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> Yes that’s correct, I thought it would be easy, now I have every timestamp selected and I thought with the replace or Column Editor I can add 86400 to all of them.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53412</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53412</guid><dc:creator><![CDATA[Levente Horváth]]></dc:creator><pubDate>Sun, 03 May 2020 13:52:33 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Sun, 03 May 2020 13:47:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/levente-horv%C3%A1th" aria-label="Profile: Levente-Horváth">@<bdi>Levente-Horváth</bdi></a></p>
<p dir="auto">because you said</p>
<p dir="auto"><em>I don’t need a program or anything just how can I do them manually?</em></p>
<p dir="auto">the obvious answer would be by typing in the sum of the existing value<br />
and 86400 but I get the impression that you want to do something<br />
slightly different. I <strong>assume</strong> you want to <strong>select</strong> all timestamp<br />
instances and then <strong>automatically</strong> add 86400 to them, correct?<br />
If so, then you need some kind of script/program. If not, then<br />
I still haven’t understood <strong>how</strong> you want to change these timestamps.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53411</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53411</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Sun, 03 May 2020 13:47:01 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Sun, 03 May 2020 13:39:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> This is great, and how can I add 86400 to all of them? :')</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53409</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53409</guid><dc:creator><![CDATA[Levente Horváth]]></dc:creator><pubDate>Sun, 03 May 2020 13:39:14 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Sun, 03 May 2020 13:36:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/levente-horv%C3%A1th" aria-label="Profile: Levente-Horváth">@<bdi>Levente-Horváth</bdi></a></p>
<p dir="auto">If you only want to highlight them then use<br />
find dialog, goto <strong>mark</strong> tab, use the following regex <code>\d{10}</code><br />
check <strong>regular expression</strong> in search mode and press <strong>mark all</strong></p>
]]></description><link>https://community.notepad-plus-plus.org/post/53408</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53408</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Sun, 03 May 2020 13:36:54 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Sun, 03 May 2020 13:30:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> How can I highlight all of them, there are 1500 timestamps, 4 of each and they are similar til 1588. But I’m an idiot of not thinking adding 86400, this was a big help already and gave me some ideas.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53406</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53406</guid><dc:creator><![CDATA[Levente Horváth]]></dc:creator><pubDate>Sun, 03 May 2020 13:30:43 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Sun, 03 May 2020 13:29:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/levente-horv%C3%A1th" aria-label="Profile: Levente-Horváth">@<bdi>Levente-Horváth</bdi></a></p>
<p dir="auto">those timestamp look like <a href="https://en.wikipedia.org/wiki/Unix_time" rel="nofollow ugc">unix timestamps</a>, if this is the case then you can simply add 86400 seconds to it.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53405</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53405</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Sun, 03 May 2020 13:29:07 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Sun, 03 May 2020 13:22:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> These are I believe times from 05. 03. 02:00 to 04:32. I want to change them to 05. 04. 02:00 to 04:32. I don’t need a program or anything just how can I do them manually? They increment in 25.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53404</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53404</guid><dc:creator><![CDATA[Levente Horváth]]></dc:creator><pubDate>Sun, 03 May 2020 13:22:42 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Sun, 03 May 2020 13:20:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/levente-horv%C3%A1th" aria-label="Profile: Levente-Horváth">@<bdi>Levente-Horváth</bdi></a></p>
<p dir="auto">What comes immediately to my mind are questions like</p>
<p dir="auto">Current day but keeping time?<br />
Current day and current time?<br />
Current day and fixed other time?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53403</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53403</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Sun, 03 May 2020 13:20:48 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Sun, 03 May 2020 13:18:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> There are thousand of timestamps like this and want to change them to the current day always.</p>
<pre><code>  "timestamp": 1588464027,




},
{
   
  "timestamp": 1588464027,



},
{

  "timestamp": 1588464027,



},
{

  "timestamp": 1588464027,




},
{
   
  "timestamp": 1588464052,




},
{
   
  "timestamp": 1588464052,



},
{

  "timestamp": 1588464052,



},
{

  "timestamp": 1588464052,
</code></pre>
]]></description><link>https://community.notepad-plus-plus.org/post/53402</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53402</guid><dc:creator><![CDATA[Levente Horváth]]></dc:creator><pubDate>Sun, 03 May 2020 13:18:53 GMT</pubDate></item><item><title><![CDATA[Reply to How to replace intrementally? on Sun, 03 May 2020 13:12:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/levente-horv%C3%A1th" aria-label="Profile: Levente-Horváth">@<bdi>Levente-Horváth</bdi></a></p>
<p dir="auto">I may not be realistically possible without programming, but your description cries out for posting a short sample of the data as well…</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53400</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53400</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sun, 03 May 2020 13:12:38 GMT</pubDate></item></channel></rss>