<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: Cannot find time zone designation in CSS</title>
		<link>http://en.forums.wordpress.com/topic/cannot-find-time-zone-designation-in-css</link>
		<description>WordPress.com Forums &#187; Topic: Cannot find time zone designation in CSS</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 09:51:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/cannot-find-time-zone-designation-in-css" rel="self" type="application/rss+xml" />

		<item>
			<title>judyb12 on "Cannot find time zone designation in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/cannot-find-time-zone-designation-in-css#post-86385</link>
			<pubDate>Sun, 10 Jun 2007 04:25:55 +0000</pubDate>
			<dc:creator>judyb12</dc:creator>
			<guid isPermaLink="false">86385@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I think this is a bug that i will report next week.  The problem is that the wrong time zone displays in my "entry-date" (UTC instead of GMT-5), and this is not CSS-dependent.</p>
<p>Thanks for trying to help me!
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "Cannot find time zone designation in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/cannot-find-time-zone-designation-in-css#post-86371</link>
			<pubDate>Sun, 10 Jun 2007 03:07:25 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">86371@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>yeah, you can change whatever you want in your CSS.</p>
<p>That's odd.  I mean, just changing the entry-date class should work.  It works for me in one of my blogs where I am using Sandbox.</p>
<p>Maybe I'm missing something here.  What is it that you wanna do with that part? do you want to change font style, color?
</p>
]]></description>
					</item>
		<item>
			<title>judyb12 on "Cannot find time zone designation in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/cannot-find-time-zone-designation-in-css#post-86364</link>
			<pubDate>Sun, 10 Jun 2007 02:11:45 +0000</pubDate>
			<dc:creator>judyb12</dc:creator>
			<guid isPermaLink="false">86364@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>here's what i found while looking at the entire page source:<br />
<code>&lt;div class=&quot;entry-date&quot;&gt;&lt;abbr class=&quot;published&quot; title=&quot;2007-06-07T15:48:18+0000&quot;&gt;Thu 7 Jun 2007 &#8211; 15:48 UTC&lt;/abbr&gt;&lt;/div&gt;</code></p>
<p><em>Can</em> i change this, or am i stuck with it?  The CSS shows the following attributes:<br />
<pre><code>abbr.published {
	border: 0;
	cursor: default;
	margin: 0;
}
body.home abbr.published, body.archive abbr.published, div.page-link {
	font-weight: bold;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>judyb12 on "Cannot find time zone designation in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/cannot-find-time-zone-designation-in-css#post-86359</link>
			<pubDate>Sun, 10 Jun 2007 01:40:24 +0000</pubDate>
			<dc:creator>judyb12</dc:creator>
			<guid isPermaLink="false">86359@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>the only thing i changed was the font size.  It seems like none of those things would have anything to do with the time zone.</p>
<p>Also, i noticed that the "UTC" appears on the comments, too.
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "Cannot find time zone designation in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/cannot-find-time-zone-designation-in-css#post-86357</link>
			<pubDate>Sun, 10 Jun 2007 00:27:01 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">86357@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>hmm, when I searched your CSS, I couldn't find it. I must have missed it.</p>
<p>Have you tried changing those attributes?
</p>
]]></description>
					</item>
		<item>
			<title>tiamatsdisciple on "Cannot find time zone designation in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/cannot-find-time-zone-designation-in-css#post-86355</link>
			<pubDate>Sun, 10 Jun 2007 00:21:27 +0000</pubDate>
			<dc:creator>tiamatsdisciple</dc:creator>
			<guid isPermaLink="false">86355@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I think he means you have to define the format. But then im useless at CSS so dont take my word for it lol
</p>
]]></description>
					</item>
		<item>
			<title>judyb12 on "Cannot find time zone designation in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/cannot-find-time-zone-designation-in-css#post-86350</link>
			<pubDate>Sun, 10 Jun 2007 00:00:35 +0000</pubDate>
			<dc:creator>judyb12</dc:creator>
			<guid isPermaLink="false">86350@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>sweet; i'll give that a try.  Thanks!</p>
<p>Edit:  Wait, the attribute is there already:<br />
<pre><code>.entry-date {
text-align:center;
font-size:1em;
font-weight:normal !important;
margin-right:50px;
}</code></pre>
<p>i'm totally lost as to what to do with this.  Do i need to use a Generated Content attribute?
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "Cannot find time zone designation in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/cannot-find-time-zone-designation-in-css#post-86349</link>
			<pubDate>Sat, 09 Jun 2007 23:56:12 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">86349@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You wanna change this part, right?</p>
<blockquote><p>
Sat 9 Jun 2007 – 18:19 UTC</p>
</blockquote>
<p>If so, it is affected by the class "entry-date" which I don't see in your CSS.  So, to change it, you need to define it.</p>
<pre><code>.entry-date{
     /* attributes you want it to have */
}</code></pre>
<p>HTH
</p>
]]></description>
					</item>
		<item>
			<title>judyb12 on "Cannot find time zone designation in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/cannot-find-time-zone-designation-in-css#post-86346</link>
			<pubDate>Sat, 09 Jun 2007 23:33:53 +0000</pubDate>
			<dc:creator>judyb12</dc:creator>
			<guid isPermaLink="false">86346@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Would someone please take a look at my blog &#38; CSS here (i have tweaked wank's biology skin):<br />
<a href="http://judyb12.wordpress.com/" rel="nofollow">http://judyb12.wordpress.com/</a></p>
<p>The entry date includes the time zone designation of UTC, but my blog time zone is set to GMT-5 (UTC-6).  The time of the posts is correct, but the time zone is not.</p>
<p>I cannot find where this hardcoded UTC is in the style sheet.  Can someone help me, please?</p>
<p>Thanks
</p>
]]></description>
					</item>

	</channel>
</rss>
