I'm trying to define an interval that repeats every year, starting on the 4th Thursday of November at 13:30z and ending on the same day at 15:00z. Can this be done using ISO 8601?
ISO 8601 Define repeating interval on Thanksgiving?
804 Views Asked by Richard J. Kocjancic At
1
There are 1 best solutions below
Related Questions in DATE
- PLSQL Need REFCURSOR DATE + TIME
- Pandas date ranges and averaging the counts
- javascript date validation to check whether it exceeds exactly next year's date
- How to INSERT date in PHP & Mysqli
- Create a list of sequential monthly dates in PHP given initial date and quantity
- Date parse with Timezone - Android
- RAILS: date_select validation
- Having trouble writing a calendar, I couldn't find a detailed guide answering my questions anywhere
- Julian Date Conversion SQL
- SQL find out how many days into year date is
- Algorithm to find the Gregorian date of the Chinese New Year of a certain Gregorian year
- Angularjs, date input : enter a date manually with a specific format
- How to convert a Microsoft SQL date to a vba string?
- Why does new java.text.SimpleDateFormat("EEEE").format(new java.util.Date(2015, 6, 9)) return the wrong day of the week?
- SQL Column Numeric to DATE
Related Questions in DATETIME
- Python datetime.now() with timezone
- Create a list of sequential monthly dates in PHP given initial date and quantity
- DataTable RowFilter on Time component of DateTime column
- Joda DateTime Json date format issue
- how to create folder and file with datetime in wpf application
- String concatenation with padded integers
- What is the correct DateTime format in WebSQL to perform date comparison queries?
- how to get the time interval of a date and a datetime displayed as day,hour, min,seconds in sql
- DateTime.Now.ToString("HH:MM") allways gives 20:06
- How can I get the ctime and/or mtime of a file in Python including timezone?
- add time (char(8)) to date column
- MyBatis cannot work with joda DateTime?
- PHP Fatal error: Call to a member function format() on boolean
- Use DateTime format in a class but restrict time tokens
- Modify records to account for correct priority and order between two systems
Related Questions in ISO8601
- Matlab : datestr predefined date formats ISO8601
- PHP - Convert integer number of seconds to ISO8601 format
- Parsing ISO 8601 date format like 2015-06-27T13:16:37.363Z in Java
- How to make milliseconds optional in @JsonFormat for Timestamp parsing with Jackson?
- Amount of weeks between 2 iso8601 dates
- Optional seconds when serializing NodaTime.LocalTime?
- Validate an ISO-8601 datetime string in Python?
- ISO8601 DateTime String to be displayed in local users timezone
- ASP.NET WebApi 2: Disable deserialization of string argument containing ISO8601 Date
- ISO8601 Date in PHP with Format YYYY-MM-DDTHH:MM:SS.mmmmmmmZ
- Date ISO 8601 in URL
- Extracting time from timestamp
- spring boot Joda DateTime Serialisation
- MS SQL Server 2012 exports datetime as script which it cannot import
- ISO 8601 Duration with milliseconds?
Related Questions in DATEINTERVAL
- Why A - B + B != A with PHP DateTime and DateInterval?
- PHP - DateTime->add not working. Says DateInterval format is wrong
- Calculate total subscription end date from multiple subscription end dates in PHP
- Datetime Add/Subtract Miscalculation
- Calculate Average of DateInterval
- join two tables with date interval 3 days before and 3 days after
- ISO 8601 Define repeating interval on Thanksgiving?
- How to specify max param in Struts2's Date Field Validator?
- IF within 10 minutes from certain time
- Start date/end date for biweekly payroll frequency - Swift
- Extending DateInterval() as a class object
- Counting working hours (different for weekdays and Saturdays)
- Postgresql generate date series (performance)
- How to correctly add a date and a time (string) in PHP?
- Get a PHP DateTime difference in days, considering midnight as a day change
Related Questions in DATETIMEFORMATINFO
- Date/Time datatype ms access 2010 month names in proper yearly order
- Parsing non standard date strings in C#
- ISO 8601 Define repeating interval on Thanksgiving?
- get pandas dataframe column datetime format
- Why does DateTimeInfo.MonthNames return a 13 member?
- How to get the integer value of all days of week using DateTimeFormat.DayNames? c#
- Editing Date and Time in python through SQLite3
- Arabic date displaying incorrectly
- Get current date time in the desired format
- DateTimeFormatInfo string format for day of week. Thursday becomes Th
- When using DateTimeFormatInfo, Which Culture is used in generating the result string?
- java parse date with picosecond
- How to show only current month and previews month's dates selectable in datePickerDialog?
- Convert ASP.NET textbox control .text contents to Date/Time format
- Intl.DateTimeFormat does not output same results on different machines
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
This kind of recurrence can't be expressed with current ISO 8601. Next version of ISO 8601 will most likely include a recurring time interval format based on iCalendar (RFC 5545:2009).