MonitoRSS
  • Welcome to v6.0.0
  • Setting Up (Self Hosting)
    • Bot
    • Web Interface
      • Setting up HTTPS
    • Docker
    • Existing Bot/NPM
    • Process Managers
    • Staying Updated
  • Configuration
    • Bot Config
      • Schedules
    • Web Interface Config
    • Environment Variables
    • Discord Commands
    • MongoDB vs Databaseless
  • Bot Customizations
    • Placeholders
    • Text
    • Embed
    • Filters
      • Regular
      • Regex
    • Subscribers
    • Dates and Timezone
    • Webhooks
  • Advanced Bot Customizations
    • Custom Comparisons
    • Filtered Message Formats
    • Custom Regex Placeholders
  • More Info
    • FAQ
Powered by GitBook
On this page
  • Timezone
  • Date Format
  • Date Language

Was this helpful?

  1. Bot Customizations

Dates and Timezone

PreviousSubscribersNextWebhooks

Last updated 1 year ago

Was this helpful?

This documentation site is deprecated. Please visit the control panel at for all up-to-date functionality

Various date settings can be customized to tailor the {date} placeholder to show what you want. Date settings are server-wide, so they cannot be changed to be different for each feed. Use the date command to customize date settings.

Timezone

Valid timezones are found at in the "TZ database name" column .

Format

Feed
{
    "timezone": "UTC"
}

Date Format

Format structure information is found at .

Format

Feed
{
    "datFormat": "dddd, MMMM Do YYYY, h:mm:ss a"
}

Date Language

Date languages must first be specified in config.feeds.dateLanguageList before they are accessible via commands. This is to avoid loading in all the possible languages when most of them are not needed.

Format

Feed
{
    "dateLanguage": "UTC"
}

https://monitorss.xyz
https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
https://momentjs.com/docs/#/displaying/