-
Type: Story
-
Status: Closed (View Workflow)
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: CFA 2018R4
-
Component/s: Imports
-
Labels:
-
Sprint:CFAMX 2018R4 Sprint 5, CFAMX 2018R4 Hardening, CFAMX 2019R1 Sprint 1
-
SOW (Time Tracking) Project:44802
As an admin I want all possible time zones used by Canada to be included in the XSLT so that I don't have to make a last minute request to solve this in Production
Notes
- I was looking through the XSLT and saw a section for time zones,
<xsl:element name="TimeZone"> <xsl:choose> <xsl:when test="loc:GMTOffset = 'GMT -05:00' or loc:GMTOffset = '-5'"> <xsl:value-of select="'Eastern Standard Time'"/> </xsl:when> <xsl:when test="loc:GMTOffset = 'GMT -06:00' or loc:GMTOffset = '-6'"> <xsl:value-of select="'Central Standard Time'"/> </xsl:when> <xsl:when test="loc:TimeZoneName = '(GMT -07:00) Arizona'"> <xsl:value-of select="'US Mountain Standard Time'"/> </xsl:when> <xsl:when test="loc:GMTOffset = 'GMT -07:00' or loc:GMTOffset = '-7'"> <xsl:value-of select="'Mountain Standard Time'"/> </xsl:when> <xsl:when test="loc:GMTOffset = 'GMT -08:00' or loc:GMTOffset = '-8'"> <xsl:value-of select="'Pacific Standard Time'"/> </xsl:when> <xsl:otherwise> <xsl:value-of select="''"/> </xsl:otherwise> </xsl:choose> </xsl:element>
- I then did a quick bit of digging and learned that Canada has two additional time zones, these are (https://www.timeanddate.com/time/zone/canada).
- Atlantic Daylight Time - UTC -3
- Newfoundland Daylight Time - UTC -2:30
Acceptance Criteria
- Confirm that the XSLT is updated to support
- Atlantic Daylight Time
- Newfoundland Daylight Time
- Confirm that when a location is imported that uses Atlantic Daylight Time the time zone of the entity is set correctly
- Confirm that when a location is imported that uses Newfoundland Daylight Time the time zone of the entity is set correctly
- implements
-
CFAMX-7 Updates to Location Import - INF-9762
- Done
1.
|
Create script to update XSLT | Done | Kevin Reid (Inactive) |
|