<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1765882321227638423</id><updated>2024-09-08T18:08:04.111+05:30</updated><category term="Ubuntu"/><category term="android"/><category term="epoch"/><category term="java"/><title type='text'>Debug Time</title><subtitle type='html'>Debugging and learning...</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://debugtime.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1765882321227638423/posts/default'/><link rel='alternate' type='text/html' href='https://debugtime.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Adithya</name><uri>http://www.blogger.com/profile/01588783318795559697</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1765882321227638423.post-5185417172657649235</id><published>2021-07-16T22:35:00.005+05:30</published><updated>2021-07-16T22:36:42.359+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><title type='text'>Ubuntu Package Update</title><content type='html'>&lt;span style=&quot;font-family: arial;&quot;&gt;Step 1:
To check for new updates run: sudo apt update&amp;nbsp;&lt;/span&gt;&lt;div&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;Step 2:
Run &#39;apt list --upgradable&#39; to see them&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: arial;&quot;&gt;Step 3: 
To update run &#39;sudo apt-get upgrade&#39;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://debugtime.blogspot.com/feeds/5185417172657649235/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://debugtime.blogspot.com/2021/07/ubuntu-package-update.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1765882321227638423/posts/default/5185417172657649235'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1765882321227638423/posts/default/5185417172657649235'/><link rel='alternate' type='text/html' href='https://debugtime.blogspot.com/2021/07/ubuntu-package-update.html' title='Ubuntu Package Update'/><author><name>Adithya</name><uri>http://www.blogger.com/profile/01588783318795559697</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1765882321227638423.post-5897775912812220824</id><published>2011-06-20T13:00:00.000+05:30</published><updated>2011-06-20T13:19:18.640+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="android"/><category scheme="http://www.blogger.com/atom/ns#" term="epoch"/><category scheme="http://www.blogger.com/atom/ns#" term="java"/><title type='text'>How to convert epoch datetime to human readable datetime - Android</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;&lt;div style=&quot;font-family: Verdana,sans-serif;&quot;&gt;In android default date format is epoch.&lt;/div&gt;&lt;div style=&quot;font-family: Verdana,sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;font-family: Verdana,sans-serif;&quot;&gt;&lt;b&gt;What is epoch time?&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;font-family: Verdana,sans-serif;&quot;&gt;The Unix epoch (or Unix time or POSIX time or Unix timestamp) is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds (in ISO 8601: 1970-01-01T00:00:00Z).&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;b&gt;Human readable time&lt;/b&gt;&amp;nbsp;&lt;/td&gt;&lt;td align=&quot;right&quot;&gt;&lt;b&gt;Seconds&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;1 minute&lt;/td&gt;&lt;td align=&quot;right&quot;&gt;60 seconds&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;1 hour&lt;/td&gt;&lt;td align=&quot;right&quot;&gt;3600 seconds&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;1 day&lt;/td&gt;&lt;td align=&quot;right&quot;&gt;86400 seconds&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;1 week&lt;/td&gt;&lt;td align=&quot;right&quot;&gt;604800 seconds&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;1 month (30.44 days)&amp;nbsp;&lt;/td&gt;&lt;td align=&quot;right&quot;&gt;2629743 seconds&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;1 year (365.24 days)&amp;nbsp;&lt;/td&gt;&lt;td align=&quot;right&quot;&gt;&amp;nbsp;31556926 seconds&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div style=&quot;font-family: Verdana,sans-serif;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;b&gt;&lt;span style=&quot;font-family: Verdana,sans-serif;&quot;&gt;Syntax for convert epoch to normal date in android as follows&lt;/span&gt; &lt;/b&gt;&lt;br /&gt;
&lt;pre class=&quot;java&quot; name=&quot;code&quot;&gt;long date=System.currentTimeMillis(); //current android time in epoch 
//Converts epoch to &quot;dd/MM/yyyy HH:mm:ss&quot; dateformat
String NormalDate = new java.text.SimpleDateFormat(&quot;dd/MM/yyyy HH:mm:ss&quot;).format(new java.util.Date(date));   
    &lt;/pre&gt;&lt;span style=&quot;font-family: Verdana,sans-serif;&quot;&gt;Here is the Resource and &lt;a href=&quot;http://www.epochconverter.com/&quot;&gt;link&lt;/a&gt; for online epoch converter&lt;/span&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://debugtime.blogspot.com/feeds/5897775912812220824/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://debugtime.blogspot.com/2011/06/how-to-convert-epoch-datetime-to-human.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/1765882321227638423/posts/default/5897775912812220824'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/1765882321227638423/posts/default/5897775912812220824'/><link rel='alternate' type='text/html' href='https://debugtime.blogspot.com/2011/06/how-to-convert-epoch-datetime-to-human.html' title='How to convert epoch datetime to human readable datetime - Android'/><author><name>Adithya</name><uri>http://www.blogger.com/profile/01588783318795559697</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>