e39110042eeaaf17e09e87851a528213c7ad1aa3
API/CodeSamples/TimeZoneOffset.md
| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | [[_TOC_]] |
| 4 | 4 | |
| 5 | 5 | ##About |
| 6 | -Sets an hour shift applied to each datetime in an Izenda report, in both data and filters. It is added before a report is executed, but not saved as part of the base report. This allows for all times to be shifted by a specific amount, which can be varied depending on the user or set globally. |
|
| 6 | +Sets an hour shift applied to each datetime in an Izenda report, in both data and filters. It is added before a report is executed, but not saved as part of the base report. This allows for all times to be shifted by a specific amount, which can be varied depending on the user or set globally. To change the time zone offset applied to the time stamp of an exported report, use [[Report Time Stamp Time Zone Offset|http://wiki.izenda.us/API/CodeSamples/ReportTimeStampTimeZoneOffset]]. |
|
| 7 | 7 | |
| 8 | 8 | **Default Value:** By default no action is taken. If a TimeZoneOffset is set, then that value will be applied to all datetimes. For example, a TimeZoneOffset of -10 will cause all datetimes to be passed to the database as DATEADD(Hour, -10, [OrderDate]) |
| 9 | 9 | ##Global.asax (C#) |