File tree 4 files changed +2
-5
lines changed
4 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ export const GothamistComExtractor = {
24
24
'abbr' ,
25
25
'abbr.published' ,
26
26
] ,
27
-
28
- timezone : 'America/New_York' ,
29
27
} ,
30
28
31
29
dek : {
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ export const NewsNationalgeographicComExtractor = {
11
11
12
12
date_published : {
13
13
selectors : [ [ 'meta[name="article:published_time"]' , 'value' ] ] ,
14
- timezone : 'America/New_York' ,
15
14
} ,
16
15
17
16
dek : {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export const WwwAlComExtractor = {
11
11
12
12
date_published : {
13
13
selectors : [ [ 'meta[name="article_date_original"]' , 'value' ] ] ,
14
- timezone : 'EST ' ,
14
+ timezone : 'CST ' ,
15
15
} ,
16
16
17
17
lead_image_url : {
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ describe('WwwAlComExtractor', () => {
57
57
58
58
// Update these values with the expected values from
59
59
// the article.
60
- assert . equal ( date_published , '2016-12-22T23 :47:00.000Z' ) ;
60
+ assert . equal ( date_published , '2016-12-23T00 :47:00.000Z' ) ;
61
61
} ) ;
62
62
63
63
it ( 'returns the lead_image_url' , async ( ) => {
You can’t perform that action at this time.
0 commit comments