FAQ/ProcessDataSet.md
... ...
@@ -84,7 +84,7 @@ When we run our post-processor code we will get the expected result:
84 84
85 85
As you can see, "CA" was replaced by "California" in the grid but the chart still displays "CA".
86 86
Using this approach, you can change data retrieved from the database in many ways.
87
----
87
+
88 88
##Example: Dynamically changing time zones
89 89
90 90
This code sample show how to change TimeZone dynamically from the code. This allows you to show relevant Date values according to the current user local time.