<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de" xml:base="http://swolter.sdf1.org/pnyxomancer/" title="&#xDC;ber mich"><updated>2009-03-29T22:06:19+01:00</updated><title>Pnyxomancer</title><subtitle>Über mich</subtitle><author><name>Steve</name></author><logo>http://swolter.sdf1.org/pnyx-small.ico</logo><id>http://swolter.sdf1.org/pnyxomancer/aboutme.xml</id><link rel="alternate" href="http://swolter.sdf1.org/pnyxomancer/aboutme.html" type="text/html"/><link rel="self" href="http://swolter.sdf1.org/pnyxomancer/aboutme.xml" type="application/atom+xml"/><generator uri="http://swolter.sdf1.org/CommandBlog" version="0.99">CommandBlog</generator><entry xmlns:footn="http://www.uni-bielefeld.de/~swolter2/Footnote" xml:lang="de"><updated>2008-03-27T18:47:42+01:00</updated><category scheme="http://www.uni-bielefeld.de/~swolter2/Blog/archive" term="2008-03"/><published>2008-03-27T18:47:42+01:00</published><id>sdf1.org:kontakt.article</id>
   <title>Kontakt aufnehmen</title>
   <category term="aboutme" scheme="tag:swolter.sdf1.org,2007:" label="&#xDC;ber mich"/>

   <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
      <p>Du er­reichst mich un­ter der fol­gen­den E-Mail-Adresse:</p>
      <img src="/email.png" alt="E-Mail address in this image. Use the word web,                                  then an at sign, followed by the domain name of                                  this page."/>
      <p>Du kannst auch mei­ne 
         <a href="http://de.wikipedia.org/wiki/Vcard">vCard</a> her­un­ter­la­den:</p>
      <img src="/vcard.png" alt="VCard link in this image. Use the base URL of                                   swolter.sdf1.org and find the file named vcard (dot)                                  png there."/>
   </div></content>
<link rel="self" type="application/atom+xml" href="http://swolter.sdf1.org/pnyxomancer/article-kontakt.xml"/><link rel="alternate" type="text/html" href="http://swolter.sdf1.org/pnyxomancer/article-kontakt.html"/></entry><entry xmlns:footn="http://www.uni-bielefeld.de/~swolter2/Footnote" xml:lang="en"><updated>2008-03-27T18:44:49+01:00</updated><category scheme="http://www.uni-bielefeld.de/~swolter2/Blog/archive" term="2008-03"/><published>2008-03-18T14:28:06+01:00</published><id>sdf1.org:contact.article</id>
   <title>Contact information</title>
   <category term="aboutme" scheme="tag:swolter.sdf1.org,2007:" label="&#xDC;ber mich"/>

   <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">
      <p>Please feel free to con­tact me by e-mail at this ad­dress:</p>
      <img src="/email.png" alt="E-Mail address in this image. Use the word web,                                  then an at sign, followed by the domain name of                                  this page."/>
      <p>Al­ter­na­tive­ly, you find my full con­tact in­for­ma­tion as a VCard file at:</p>
      <img src="/vcard.png" alt="VCard link in this image. Use the base URL of                                   swolter.sdf1.org and find the file named vcard (dot)                                  png there."/>
   </div></content>
<link rel="self" type="application/atom+xml" href="http://swolter.sdf1.org/pnyxomancer/article-contact.xml"/><link rel="alternate" type="text/html" href="http://swolter.sdf1.org/pnyxomancer/article-contact.html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:contact.article"/>  <id>sdf1.org:contact.article-36</id>  <published>2009-02-21T17:56:35+01:00</published>  <updated>2009-02-21T17:56:35+01:00</updated>  <title>Comment on Contact information</title>
  <author>
    <name>Bernhard Kury</name>
    <email>bkury1@gmail.com</email>
  </author>
  <content type="text">hallo,

erstmal vielen dank für dein tvmovie xmltv script, endlich
wieder ein grabber der sehr schnell und zuverlässlich
arbeitet.

meine frage dazu:

mein linux server ist mit der zeitzone (Europe/Vienna)
also GMT+1 konfiguriert. jetzt ist mir aufgefallen das
die programm daten in der mysql datenbank direkt mit GMT
als zeitzone eingetragen werden, was zur folge hatte das
die programmdaten um genau 1 stunde mit der aktuellen zeit
nicht übereinstimmten ...

nachdem ich mir die decode.cpp angesehen habe, ist mir
folgendes aufgefallen :

-            struct tm* broken = gmtime(&amp;unixTime);

was ich testweise mal auf : 

+            struct tm* broken = localtime(&amp;unixTime);

geändert habe und damit das problem bei mir nicht mehr
auftrat. da ich aber alles andere als ein programmier
genie bin wollte ich nachfragen ob du das problem bei
dir nachvollziehen kannst bzw. ob es dafür eine andere
lösung geben sollte ...

mfG,
Bernhard
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry><entry xml:lang="en">
  <thr:in-reply-to xmlns:thr="http://purl.org/syndication/thread/1.0" ref="sdf1.org:contact.article"/>  <id>sdf1.org:contact.article-42</id>  <published>2009-03-29T22:06:19+01:00</published>  <updated>2009-03-29T22:06:19+01:00</updated>  <title>Comment on Contact information</title>
  <author>
    <name>Lennart</name>
    <email>accounts@rtjuette.de</email>
  </author>
  <content type="text">Hi,

danke für deine Arbeit! Ich habe nur ein Problem mit der
Sommerzeit: Alle Sendungen werden im Sommer eine Stunde zu
spät eingetragen. Folgende Änderung an decode.cpp bietet
(mir) Abhilfe:

149c149
&lt;             strftime(buffer, 30, "%Y%m%d%H%M%S +0000",
broken);
---
&gt;             strftime(buffer, 30, "%Y%m%d%H%M%S %z",
broken);

Was spricht dagegen das Programm bei sourcecode oder
googlecode einzustellen?

Gruß,
Lennart
  </content>
<link rel="self" type="application/atom+xml" href=".xml"/><link rel="alternate" type="text/html" href=".html"/></entry></feed>
