<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: crontab entry do not run on PM hours in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5623343#M479751</link>
    <description>&lt;P&gt;&amp;gt;And I am not having 100 crontab entries. For root there are 17 entries, 10 for root and 7 for a user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;queuedefs(4) says the max of all of simultaneous crontab, at AND batch is 100.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;but on my queuedefs file there is not a "c" line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suppose you could add one and specify "10w" to wait 10 seconds.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Apr 2012 18:25:26 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2012-04-17T18:25:26Z</dc:date>
    <item>
      <title>crontab entry do not run on PM hours</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5615477#M479580</link>
      <description>&lt;P&gt;Hi All&lt;BR /&gt;&lt;BR /&gt;I have a problem, I wonder if you can help me sort it out:&lt;BR /&gt;&lt;BR /&gt;I have the following entry in the cron:&lt;BR /&gt;&lt;BR /&gt;00 1,13 * * * /xxx/yyy/zzzz.ksh &amp;gt; ttttt.log&lt;BR /&gt;&lt;BR /&gt;But the entry only runs at 01:00Am. I have stopped the cron deamon, and started, but it still does not work.&lt;BR /&gt;&lt;BR /&gt;Can you help figure it out what is wrong with it?&lt;BR /&gt;&lt;BR /&gt;FR&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2012 14:49:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5615477#M479580</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2012-04-11T14:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry do not run on PM hours</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5615551#M479581</link>
      <description>&lt;P&gt;The crontab entry looks fine.&amp;nbsp; I don't see any obvious errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any information in /var/adm/cron/log?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What about your ttttt.log file?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2012 15:55:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5615551#M479581</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2012-04-11T15:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry do not run on PM hours</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5615607#M479582</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no error entry in the /var/adm/cron/log file. But the entry runs only for the 01:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FR&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2012 17:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5615607#M479582</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2012-04-11T17:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry do not run on PM hours</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5615663#M479584</link>
      <description>&lt;P&gt;Try setting up a separate line for the 1:00 PM execution:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;00 1 * * * /xxx/yyy/zzzz.ksh &amp;gt; ttttt.log&lt;/P&gt;&lt;P&gt;00 13 * * * /xxx/yyy/zzzz.ksh &amp;gt; ttttt.log&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2012 18:33:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5615663#M479584</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2012-04-11T18:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry do not run on PM hours</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5616451#M479603</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only entry that run was the one of 01:00AM, but this one:&lt;/P&gt;&lt;P&gt;00 13 * * * /xxx/yyy/zzzz.ksh &amp;gt; ttttt.log&lt;/P&gt;&lt;P&gt;did not run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I do grep "report" /var/adm/cron/log I can see an entry for the one executed at 01:00AM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2012 12:02:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5616451#M479603</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2012-04-12T12:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry do not run on PM hours</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5616597#M479607</link>
      <description>&lt;P&gt;Can you run something else at 1:00 PM and see if it works?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try stopping and restarting cron.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# /sbin/init.d/cron stop&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# /sbin/init.d/cron start&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2012 13:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5616597#M479607</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2012-04-12T13:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry do not run on PM hours</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5616609#M479608</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have done that many times it only work for the 01:00AM entry, but I will do it again just before 01:00PM which is&amp;nbsp;in about 21 hours from now, where I am :)&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2012 14:04:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5616609#M479608</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2012-04-12T14:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry do not run on PM hours</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5616793#M479610</link>
      <description>&lt;P&gt;&amp;gt;I have done that many times it only work for the 01:00AM entry,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you using "crontab -e" or "crontab file" to edit your entries?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2012 16:34:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5616793#M479610</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-04-12T16:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry do not run on PM hours</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5617591#M479635</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After stopping/starting, which did not solve the problem, a schedulled reboot has solved the problem.&lt;/P&gt;&lt;P&gt;Many thanks to all that contributed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FR&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2012 12:05:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5617591#M479635</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2012-04-13T12:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry do not run on PM hours</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5617593#M479636</link>
      <description>yes, I am using crontab -e &amp;lt;user&amp;gt;</description>
      <pubDate>Fri, 13 Apr 2012 12:06:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5617593#M479636</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2012-04-13T12:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry do not run on PM hours</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5618043#M479650</link>
      <description>Hi&lt;BR /&gt;Check the ownership and permission of crontab ,This also may create problems. Check with working server.</description>
      <pubDate>Fri, 13 Apr 2012 19:21:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5618043#M479650</guid>
      <dc:creator>Ajin_1</dc:creator>
      <dc:date>2012-04-13T19:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry do not run on PM hours</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5619955#M479707</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;crontab again not working&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I run&lt;/P&gt;&lt;PRE&gt;grep "max run limit" /var/adm/cron/log | more&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I got the following:&lt;/P&gt;&lt;PRE&gt;! c queue max run limit reached Fri Apr 13 14:50:00 SAST 2012
! c queue max run limit reached Fri Apr 13 14:50:00 SAST 2012
! c queue max run limit reached Fri Apr 13 14:50:00 SAST 2012
! c queue max run limit reached Fri Apr 13 14:51:00 SAST 2012
! c queue max run limit reached Fri Apr 13 14:51:00 SAST 2012&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;But If I run:&lt;/P&gt;&lt;PRE&gt;more /var/adm/cron/queuedefs&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I have the following:&lt;/P&gt;&lt;PRE&gt;a.4j1n
b.2j2n90w&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;only, so no c is present.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I have to change some setting?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FR&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2012 07:10:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5619955#M479707</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2012-04-16T07:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry do not run on PM hours</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5620017#M479709</link>
      <description>&lt;P&gt;&amp;gt;! c queue max run limit reached Fri Apr 13 14:50:00 SAST 2012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you trying to run too many jobs at the same time?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;so no c is present.&amp;nbsp; Do I have to change some setting?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's what mine looks like, it's fine.&lt;/P&gt;&lt;P&gt;queuedefs(4) has "a" for at(1) and "b" for batch(1).&amp;nbsp; And "c" is for crontab.&lt;/P&gt;&lt;P&gt;The default limit is 100, unless you set the variable DISABLE_MAXJOB_LIMIT to 1 in the /etc/default/cron file.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2012 08:07:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5620017#M479709</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-04-16T08:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry do not run on PM hours</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5620219#M479713</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think now the problem is solved, what I did was to change the text "a.4j1n" to "a.10j1n" in file "/var/adm/cron/queuedefs", them stopt/start cron deamon. So&lt;/P&gt;&lt;P&gt;nothing appears now, when I run "grep "max run limit" /var/adm/cron/log | more" and entries in the crontab are being executed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But now I would like to know what would mean if I set the variable DISABLE_MAXJOB_LIMIT to 1 in the /etc/default/cron file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FR&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2012 09:28:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5620219#M479713</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2012-04-16T09:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry do not run on PM hours</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5620579#M479714</link>
      <description>&lt;P&gt;@Dennins:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on my system running 11.23 in the /etc/default/cron the entry "DISABLE_MAXJOB_LIMIT " is not there:&lt;/P&gt;&lt;PRE&gt;#more /etc/default/cron
##
# This is a configuration file used for setting the
# value for BATCH_MAXTRYS. BATCH_MAXTRYS determines the number
# of attempts batch(1) command should make for getting a uniqe job-id.
#
# Entry should be in the following format :
# BATCH_MAXTRYS=&amp;lt;value&amp;gt;
#    &amp;lt;value&amp;gt; can be any number greater than 0.
# or
# BATCH_MAXTRYS=INFINITE
#    If set to "INFINITE" batch(1) will try to get a uniqe job-id untill
#    successful.
BATCH_MAXTRYS=INFINITE
mceldev[495]/tmp/fr #&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;And now the system is rescheduling entries :&lt;/P&gt;&lt;PRE&gt;tail /var/adm/cron/log
! c queue max run limit reached Mon Apr 16 13:51:00 SAST 2012
! rescheduling a cron job Mon Apr 16 13:51:00 SAST 2012
! c queue max run limit reached Mon Apr 16 13:51:00 SAST 2012
! rescheduling a cron job Mon Apr 16 13:51:00 SAST 2012
! c queue max run limit reached Mon Apr 16 13:51:01 SAST 2012
! rescheduling a cron job Mon Apr 16 13:51:01 SAST 2012
! c queue max run limit reached Mon Apr 16 13:51:01 SAST 2012
! rescheduling a cron job Mon Apr 16 13:51:01 SAST 2012
! c queue max run limit reached Mon Apr 16 13:51:01 SAST 2012
! rescheduling a cron job Mon Apr 16 13:51:01 SAST 2012&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I really dont know what else to do...&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2012 12:25:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5620579#M479714</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2012-04-16T12:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry do not run on PM hours</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5622277#M479741</link>
      <description>&lt;P&gt;&amp;gt;on my system running 11.23 in the /etc/default/cron the entry "DISABLE_MAXJOB_LIMIT " is not there:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right.&amp;nbsp; It is only supported on 11.31.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;And now the system is rescheduling entries :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought you said you fixed it?&lt;/P&gt;&lt;P&gt;Are you really having 100 crontab entries firing off at exactly the same time?&amp;nbsp; (Or overlapping?)&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2012 04:19:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5622277#M479741</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-04-17T04:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry do not run on PM hours</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5622449#M479743</link>
      <description>&lt;P&gt;I thought I fixed, but not. And I am not&amp;nbsp;having 100 crontab entries. For root there are 17 entries, 10 for root and 7 for a user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is intriguing is after I changed the line a.10j1n to a.30j1n, the entries in the cron, runned, BUT I beleive by changing "a" should not make a difference, only if I changed the line&amp;nbsp;"c" for crontab, it should do something, but on my queuedefs file there is not a "c" line.&lt;/P&gt;&lt;P&gt;FR&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2012 06:19:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5622449#M479743</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2012-04-17T06:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: crontab entry do not run on PM hours</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5623343#M479751</link>
      <description>&lt;P&gt;&amp;gt;And I am not having 100 crontab entries. For root there are 17 entries, 10 for root and 7 for a user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;queuedefs(4) says the max of all of simultaneous crontab, at AND batch is 100.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;but on my queuedefs file there is not a "c" line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suppose you could add one and specify "10w" to wait 10 seconds.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2012 18:25:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-entry-do-not-run-on-pm-hours/m-p/5623343#M479751</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-04-17T18:25:26Z</dc:date>
    </item>
  </channel>
</rss>

