Is it possible to change time dynamically in docker container?

As well as I know the time in container is same to the time of the host machine. There is no easy way to customize it because a container does not has its time service. You might think about creating a base image with some dummy time service and build your images from it. I never tried it though.