- [Seeing everything in action](#seeing-everything-in-action)
- [Tea Break](#tea-break)
### Goals
@ -248,12 +249,12 @@ At the end of the line detection and code mapping, we get a String value which i
FYI: I am using jOOR to build Java code during runtime: [https://www.jooq.org/products/jOOR/javadoc/latest/org.jooq.joor/org/joor/Reflect.html](https://www.jooq.org/products/jOOR/javadoc/latest/org.jooq.joor/org/joor/Reflect.html)
## Seeing everything in action - Timezone aware greeting text
## Seeing everything in action
Let's create a template so that you can personalise your greeting message for each person.
### Goal
### Goal - Timezone aware greeting text
Given a list of people, for each one of them we want to generate a timezone appropriate greeting text output.