aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/date/SPtests/RFC2822/valid/9.php
blob: bfb5d37c8c0cade289ec4e7e4e3a8caac87b59d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

class SimplePie_Date_Test_RFC2822_9 extends SimplePie_Date_Test
{
	function data()
	{
		$this->data = 'Fri, 05 Nov 94 08:15:30 CDT';
	}
	
	function expected()
	{
		$this->expected = 784041330;
	}
}

?>