I\'m trying to understand the behavior with the following code. My local time zone is UTC -7 (Arizona).
Assume this is the first route entry: routes.MapRoute( \"myRoute\", \"employees/{city}/{pageNumber}\", new { controller=\"Employees\", action = \"List\", pageNumber = 1 }