Skip to content

Commit

Permalink
fix: update al.com timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
touchRED committed Mar 29, 2023
1 parent c49b5ef commit 9cf23f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extractors/custom/www.al.com/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const WwwAlComExtractor = {

date_published: {
selectors: [['meta[name="article_date_original"]', 'value']],
timezone: 'CST',
timezone: 'America/Chicago',
},

lead_image_url: {
Expand Down

0 comments on commit 9cf23f1

Please sign in to comment.