<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Martyn Russell &#187; GNOME</title>
	<atom:link href="http://blogs.gnome.org/mr/category/gnome/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/mr</link>
	<description>Just another GNOMEr</description>
	<lastBuildDate>Tue, 15 Nov 2011 16:28:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Tracker 0.12.0 Released!</title>
		<link>http://blogs.gnome.org/mr/2011/09/09/tracker-0-12-0-released/</link>
		<comments>http://blogs.gnome.org/mr/2011/09/09/tracker-0-12-0-released/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 10:10:13 +0000</pubDate>
		<dc:creator>mr</dc:creator>
				<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/mr/?p=315</guid>
		<description><![CDATA[Given we (the tracker team) want to try to fit into the GNOME schedule for 3.2, we decided to bring the release of 0.12.0 ahead early. The roadmap is mostly complete anyway. The official announcement can be seen here. Thank you to everyone involved! Recently I also updated the GtkSearchEngineTracker implementation to not use hacky [...]]]></description>
			<content:encoded><![CDATA[<p>Given we (the <a href="http://projects.gnome.org/tracker/">tracker</a> team) want to try to fit into the <a href="https://live.gnome.org/ThreePointOne">GNOME schedule</a> for 3.2, we decided to bring the release of 0.12.0 ahead early. The <a href="https://live.gnome.org/Tracker/Roadmap">roadmap</a> is mostly complete anyway.</p>
<p>The official announcement can be <a href="http://mail.gnome.org/archives/tracker-list/2011-September/msg00013.html">seen here</a>.</p>
<p>Thank you to everyone involved!</p>
<p>Recently I also updated the <a href="http://git.gnome.org/browse/gtk+/tree/gtk/gtksearchenginetracker.c">GtkSearchEngineTracker implementation</a> to not use hacky dlopen() calls and to use DBus instead. This avoids us updating the work for each new version of Tracker that comes along too. The patch attached to the bug (<a href="https://bugzilla.gnome.org/show_bug.cgi?id=658272">658272</a>) should be applied soon (given Matthias was pushing for this sooner rather than later). So, we&#8217;re all on track!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/mr/2011/09/09/tracker-0-12-0-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tracker plugin for Totem updated</title>
		<link>http://blogs.gnome.org/mr/2011/01/19/tracker-plugin-for-totem-updated/</link>
		<comments>http://blogs.gnome.org/mr/2011/01/19/tracker-plugin-for-totem-updated/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 10:23:57 +0000</pubDate>
		<dc:creator>mr</dc:creator>
				<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/mr/?p=261</guid>
		<description><![CDATA[Last night I updated the Tracker plugin for totem. It was really just a matter of upgrading from the now deprecated libtracker-client API to the libtracker-sparql API. The patch for this is awaiting approval from Bastien, see https://bugzilla.gnome.org/show_bug.cgi?id=639928. A demonstration of the plugin:]]></description>
			<content:encoded><![CDATA[<p>Last night I updated the <a href="http://projects.gnome.org/tracker/">Tracker</a> plugin for <a href="http://en.wikipedia.org/wiki/Totem_(media_player)">totem</a>. It was really just a matter of upgrading from the now deprecated <a href="http://library.gnome.org/devel/libtracker-client/unstable/">libtracker-client</a> API to the <a href="http://library.gnome.org/devel/libtracker-sparql/unstable/">libtracker-sparql</a> API.</p>
<p>The patch for this is awaiting approval from <a href="http://www.hadess.net/">Bastien</a>, see <a href="https://bugzilla.gnome.org/show_bug.cgi?id=639928">https://bugzilla.gnome.org/show_bug.cgi?id=639928</a>.</p>
<p>A demonstration of the plugin:<br />
<a href="http://www.lanedo.com/~martyn/videos/tracker-totem-plugin.ogv"><img width="100%" src="http://www.lanedo.com/~martyn/videos/tracker-totem-plugin.png" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/mr/2011/01/19/tracker-plugin-for-totem-updated/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://www.lanedo.com/~martyn/videos/tracker-totem-plugin.ogv" length="11703879" type="video/ogg" />
		</item>
		<item>
		<title>GtkSearchEngineTracker</title>
		<link>http://blogs.gnome.org/mr/2010/12/07/gtksearchenginetracker/</link>
		<comments>http://blogs.gnome.org/mr/2010/12/07/gtksearchenginetracker/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 13:11:15 +0000</pubDate>
		<dc:creator>mr</dc:creator>
				<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/mr/?p=255</guid>
		<description><![CDATA[GTK+ has had support for Tracker for a while as a backend search engine used in the GtkFileChooser. At GUADEC this year, the Tracker team were asked to update the backend at the GTK+ team meeting. I found time this week to add support and push my changes to the tracker-with-libtracker-sparql branch. For now, I [...]]]></description>
			<content:encoded><![CDATA[<p>GTK+ has had support for Tracker for a while as a backend search engine used in the GtkFileChooser. At GUADEC this year, the Tracker team were asked to update the backend at the GTK+ team meeting. I found time this week to add support and push my changes to the <a href="http://git.gnome.org/browse/gtk+/log/?h=tracker-with-libtracker-sparql">tracker-with-libtracker-sparql</a> branch.</p>
<p>For now, I have dropped support for all older versions of Tracker because it really is a mess to maintain and GTK+ 3.0 should really be using the latest and greatest APIs anyway. The other change I made was to support searching by filenames not the content of files. There is a #define in the .c file (FTS_MATCHING) which allows switching between using FTS (Full Text Search) and filenames (which are usually part of an FTS search anyway). For me, finding a file based on the name itself seems more intuitive for the GtkFileChooser and tends to yield results I am really looking for better than the FTS matching. In most cases, I don&#8217;t want to find a file based on some content when choosing a file. I would appreciate any comments on this.</p>
<p>A demonstration of the new functionality:<br />
<a href="http://www.lanedo.com/~martyn/videos/gtksearchenginetracker.ogv"><img width="100%" src="http://www.lanedo.com/~martyn/videos/gtksearchenginetracker.png" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/mr/2010/12/07/gtksearchenginetracker/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
<enclosure url="http://www.lanedo.com/~martyn/videos/gtksearchenginetracker.ogv" length="15040023" type="video/ogg" />
		</item>
		<item>
		<title>Tracker Needle Update</title>
		<link>http://blogs.gnome.org/mr/2010/10/27/tracker-needle-update/</link>
		<comments>http://blogs.gnome.org/mr/2010/10/27/tracker-needle-update/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 12:35:35 +0000</pubDate>
		<dc:creator>mr</dc:creator>
				<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/mr/?p=252</guid>
		<description><![CDATA[What is it? Why? Where? These questions were all covered in my previous blog about tracker-needle. What&#8217;s changed Well, a number of small changes have been going on based on user requests and making sure all the tracker-search-tool old features are covered. Specifically: History is saved using a nice new editable combo box Tags can [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is it? Why? Where?</strong><br />
These questions were all covered in my <a href="http://blogs.gnome.org/mr/2010/09/08/tracker-needle/">previous blog</a> about tracker-needle. </p>
<p><strong>What&#8217;s changed</strong><br />
Well, a number of small changes have been going on based on user requests and making sure all the tracker-search-tool old features are covered. Specifically:</p>
<ul>
<li>History is saved using a nice new editable combo box</li>
<li>Tags can now be seen (though that&#8217;s about it for now, more work is needed here)</li>
<li>A progress spinner has been added when queries take longer than the user might expect</li>
<li>Support for Emails has been added</li>
</ul>
<p>You can see all these new features in the latest video:<br />
<a href="http://www.lanedo.com/~martyn/videos/tracker-needle-2.ogv"><img width="100%" src="http://www.lanedo.com/~martyn/videos/tracker-needle-2.png" /></a></p>
<p><strong>What&#8217;s next?</strong><br />
I would love to get tags working better, allowing adding/removing and searching by them. Generally, searching by tags isn&#8217;t hard, what is hard is making the search categories include tags and identifying them with files. It can be done, but doing it in a fast way is not quite so trivial. I already have a patch I am working on for this.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/mr/2010/10/27/tracker-needle-update/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
<enclosure url="http://www.lanedo.com/~martyn/videos/tracker-needle-2.ogv" length="5812617" type="video/ogg" />
		</item>
		<item>
		<title>Tracker Release Candidate 1</title>
		<link>http://blogs.gnome.org/mr/2010/03/25/tracker-release-candidate-1/</link>
		<comments>http://blogs.gnome.org/mr/2010/03/25/tracker-release-candidate-1/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 18:37:35 +0000</pubDate>
		<dc:creator>mr</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/mr/?p=167</guid>
		<description><![CDATA[0.7.28 Today we released 0.7.28. We are considering this our last unstable release for 0.7 before we do 0.8. So long as there are no major regressions, this time next week, we hope to have our first stable release with the super shiny stuff we have been working on for over 6 months. Using tracker-sparql [...]]]></description>
			<content:encoded><![CDATA[<p><strong>0.7.28</strong><br />
Today we released <a href="http://mail.gnome.org/archives/tracker-list/2010-March/msg00128.html">0.7.28</a>. We are considering this our last unstable release for 0.7 before we do 0.8. So long as there are no major regressions, this time next week, we hope to have our first stable release with the super shiny stuff we have been working on for over 6 months.</p>
<p><strong>Using tracker-sparql</strong><br />
Recently I added support to list classes which we notify of changes in the database. This is generally quite useful and a common question on IRC:</p>
<pre>$ tracker-sparql --list-notifies
Notifies: 23
  <span id="more-167"></span>http://www.semanticdesktop.org/ontologies/2007/08/15/nao#Tag
  <!--more-->http://www.semanticdesktop.org/ontologies/2007/03/22/nco#Contact
  <!--more-->http://www.semanticdesktop.org/ontologies/2007/03/22/nco#IMAccount
  ...</pre>
<p>Similarly, I often found myself checking patches and the ontologies used in those patches, so I added a command line switch to search the ontology and to make this generally easier for developers and maintainers:</p>
<pre>$ tracker-sparql --search text
Classes: 4
  <!--more-->http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#TextDocument
  <!--more-->http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#PlainTextDocument
  <!--more-->http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#PaginatedTextDocument
  <!--more-->http://www.tracker-project.org/temp/nmm#SynchronizedText
Properties: 5
  <!--more-->http://www.tracker-project.org/ontologies/tracker#fulltextIndexed
  <!--more-->http://www.tracker-project.org/ontologies/tracker#fulltextNoLimit
  <!--more-->http://www.semanticdesktop.org/ontologies/2007/01/19/nie#plainTextContent
  <!--more-->http://www.semanticdesktop.org/ontologies/2007/03/22/nmo#plainTextMessageContent
  <!--more-->http://www.tracker-project.org/temp/scal#textLocation</pre>
<p><strong>Using tracker-search</strong><br />
The tracker-search command is really one of the most powerful commands we ship in Tracker. It doesn&#8217;t do any more than tracker-sparql, in fact, it uses the same API as tracker-sparql does through <a href="http://library.gnome.org/devel/libtracker-client/unstable/">libtracker-client</a>. It is really just a convenience tool for those not wanting to have to type the same query into tracker-sparql all the time. You can search for videos, music, music artists, music albums, images, documents, files and folders. It also allows searching in all of those categories (if none are provided on the command line). Recently I fixed a <a href="https://bugzilla.gnome.org/show_bug.cgi?id=613562">bug</a> which was reported because we returned results for media that was not mounted. So now we show only results which exist and have an &#8211;all option.</p>
<pre>$ tracker-search --documents sliff
Files: 3
  file:///home/martyn/Tests/TrackerTestData/sloff.txt (urn:uuid:408d5272-26e2-d8f5-e2f3-f323fb9874bc)
  file:///home/martyn/Documents/Gobby/Discussion-Architecture (urn:uuid:58c29f03-4408-1ca4-d909-c02a6a81810d)
  file:///home/martyn/Documents/Reports/bar.txt (urn:uuid:dcc74bdb-a556-e2d6-d5ce-35ea3000a355)</pre>
<p><strong>Performance</strong><br />
There have been some seriously good performance increases <a href="http://pvanhoof.be/blog/index.php/2010/03/25/performance-improvements-for-sparqls-regex-in-tracker">recently</a> and we have only just started looking into performance and bug fixing. Until recently, we have mostly been adding features.</p>
<p><strong>Packages</strong><br />
People are eager to use Tracker and it is great to see <a href="https://launchpad.net/~tracker-team/+archive/tracker-unstable">Ubuntu PPA</a> packages showing up. There are also <a href="http://rishi.fedorapeople.org/">RPMs</a> from <a href="http://debarshiray.wordpress.com/">Debarshi Ray</a></p>
<p><strong>Roadmap</strong><br />
So, the <a href="http://live.gnome.org/Tracker/Roadmap">Roadmap</a> is mostly done. Next week we will add a few final things internally and we should be about ready.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/mr/2010/03/25/tracker-release-candidate-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Web Services in Gossip</title>
		<link>http://blogs.gnome.org/mr/2008/11/30/web-services-in-gossip/</link>
		<comments>http://blogs.gnome.org/mr/2008/11/30/web-services-in-gossip/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 16:56:20 +0000</pubDate>
		<dc:creator>mr</dc:creator>
				<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/mr/?p=58</guid>
		<description><![CDATA[I haven&#8217;t done much on Gossip in a while. Been rather preoccupied with Tracker recently. Today I managed to add a feature which uses the text under the mouse pointer to search with Google, Wikipedia and Youtube. Right now those are just hard coded, but I had in mind, to make it configurable. Web Services]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t done much on Gossip in a while. Been rather preoccupied with <a href="http://projects.gnome.org/tracker/">Tracker</a> recently.</p>
<p>Today I managed to add a feature which uses the text under the mouse pointer to search with Google, Wikipedia and Youtube. Right now those are just hard coded, but I had in mind, to make it configurable.</p>
<p><a href="http://blogs.gnome.org/mr/files/2008/11/web-services.ogg">Web Services</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/mr/2008/11/30/web-services-in-gossip/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://blogs.gnome.org/mr/files/2008/11/web-services.ogg" length="1121018" type="audio/ogg" />
		</item>
		<item>
		<title>GTK+ blog &amp; site improvements</title>
		<link>http://blogs.gnome.org/mr/2008/04/07/gtk-blog-site-improvements/</link>
		<comments>http://blogs.gnome.org/mr/2008/04/07/gtk-blog-site-improvements/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 14:46:55 +0000</pubDate>
		<dc:creator>mr</dc:creator>
				<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/mr/2008/04/07/gtk-blog-site-improvements/</guid>
		<description><![CDATA[Recently I set up a new blog for GTK+ to document releases and for people to blog about cool new things in GTK+. So far, there is just Andreas and myself on the blog. So if anyone else wants to be added just let me know your blog email account and I will set it [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I set up a <a href="http://blogs.gnome.org/gtk/">new blog</a> for <a href="http://www.gtk.org/">GTK+</a> to document releases and for people to blog about cool new things in GTK+. So far, there is just Andreas and myself on the blog. So if anyone else wants to be added just let me know your blog email account and I will set it up. If you have been missing the GTK+ project news, don&#8217;t forget, it can be see at <a href="http://planet.gnome.org/news">http://planet.gnome.org/news/</a>, it is not shown on the regular <a href="http://planet.gnome.org/">http://planet.gnome.org/</a>.</p>
<p>Andreas has been doing a great job chasing up some final issues on gtk.org, mainly with regards to the <a href="http://www.gtk.org/language-bindings.html">language bindings</a>. Andreas has now removed all bindings that have no support for 2.6 and above and all bindings which are supported by <a href="http://www.gnome.org/">GNOME</a> are illustrated nicely too. So, if your language binding isn&#8217;t listed there and you know it is supported, please let us know on the <a href="mailto:gtk-devel-list@gnome.org">gtk-devel list</a> so we can rectify the pages!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/mr/2008/04/07/gtk-blog-site-improvements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally, gtk.org gets face lift!</title>
		<link>http://blogs.gnome.org/mr/2008/01/29/finally-gtkorg-gets-face-lift/</link>
		<comments>http://blogs.gnome.org/mr/2008/01/29/finally-gtkorg-gets-face-lift/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 18:53:11 +0000</pubDate>
		<dc:creator>mr</dc:creator>
				<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/mr/2008/01/29/finally-gtkorg-gets-face-lift/</guid>
		<description><![CDATA[I started working on the new design for gtk.org last April and tonight the new pages were uploaded and we now have a spiffing new look which I am really happy with. I want to thank Andreas Nilsson for helping out with the design and Tim Janik for help with the final touches in getting [...]]]></description>
			<content:encoded><![CDATA[<p>I started working on the new design for gtk.org last April and tonight the new pages were uploaded and we now have a spiffing new look which I am really happy with.</p>
<p>I want to thank Andreas Nilsson for helping out with the design and Tim Janik for help with the final touches in getting the pages installed, not to mention everyone who commented.</p>
<p><a href="http://www.gtk.org/"><img src="http://blogs.gnome.org/mr/files/2008/01/gtk-website-screenshot.png" alt="gtk.org revamp" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/mr/2008/01/29/finally-gtkorg-gets-face-lift/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Easily offended</title>
		<link>http://blogs.gnome.org/mr/2007/10/02/easily-offended/</link>
		<comments>http://blogs.gnome.org/mr/2007/10/02/easily-offended/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 09:57:27 +0000</pubDate>
		<dc:creator>mr</dc:creator>
				<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/mr/2007/10/02/easily-offended/</guid>
		<description><![CDATA[I&#8217;ve just caught up on the last 100 blogs I have been neglecting for the last week or so (due to being quite busy recently) and I think it is sad to see people so easily offended by blogs from people like Miguel and Davyd. I think people miss the point. People blog about what [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just caught up on the last 100 blogs I have been neglecting for the last week or so (due to being quite busy recently) and I think it is sad to see people so easily offended by blogs from people like Miguel and Davyd.</p>
<p>I think people miss the point. People blog about what they want to blog about. It is the writer&#8217;s choice to write what they want as much as it is the reader&#8217;s choice to read what they want.</p>
<p>Feel free to ignore my blog <img src='http://blogs.gnome.org/mr/wp-content/mu-plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/mr/2007/10/02/easily-offended/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Maintainer 0.6</title>
		<link>http://blogs.gnome.org/mr/2007/05/30/maintainer-06/</link>
		<comments>http://blogs.gnome.org/mr/2007/05/30/maintainer-06/#comments</comments>
		<pubDate>Wed, 30 May 2007 13:28:42 +0000</pubDate>
		<dc:creator>mr</dc:creator>
				<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/mr/2007/05/30/maintainer-06/</guid>
		<description><![CDATA[Over the past month or so I have had a few contributions to the maintainer python script I started writing a while back to help maintainers with the laborious tasks carried out during a release. Lucas Rocha sent me a great patch for including the help manual translators to the release note generated. Xavier Claessens [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past month or so I have had a few contributions to the maintainer python script I started writing a while back to help maintainers with the laborious tasks carried out during a release.</p>
<p>Lucas Rocha sent me a great patch for including the help manual translators to the release note generated.</p>
<p>Xavier Claessens is using the script for his Empathy releases and added support for getting the project website (and adding it to the release note) and making it possible to run the &#8220;install-module&#8221; script on master.gnome.org.</p>
<p>So thanks to both for their contributions!</p>
<p>I decided to add support for generating the email you send so all you have to do is literally click &#8220;Send&#8221;. It saves a lot of time and works quite nicely.</p>
<p>Try it out:<br />
<a href="http://developer.imendio.com/projects/misc/maintainer">http://developer.imendio.com/projects/misc/maintainer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/mr/2007/05/30/maintainer-06/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/mr/category/gnome/feed/ ) in 1.28675 seconds, on Feb 10th, 2012 at 8:41 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 10th, 2012 at 9:41 pm UTC -->
