Skip to content

Commit 9cf23f1

Browse files
author
touchRED
committed
fix: update al.com timezone
1 parent c49b5ef commit 9cf23f1

File tree

1 file changed

+1
-1
lines changed
  • src/extractors/custom/www.al.com

1 file changed

+1
-1
lines changed

src/extractors/custom/www.al.com/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const WwwAlComExtractor = {
1111

1212
date_published: {
1313
selectors: [['meta[name="article_date_original"]', 'value']],
14-
timezone: 'CST',
14+
timezone: 'America/Chicago',
1515
},
1616

1717
lead_image_url: {

0 commit comments

Comments
 (0)