diff --git a/wiki/Time.wiki b/wiki/Time.wiki
new file mode 100644
index 00000000..f013f33a
--- /dev/null
+++ b/wiki/Time.wiki
@@ -0,0 +1,14 @@
+#summary this page collects references on scaling time for network emulation
+
+This page collects references on scaling time for network emulation.
+
+= References =
+
+ * DieCast - _time dilation_
+ Modified Xen hypervisor to make time appear slower to guest OS.
+ http://www.usenix.org/event/nsdi08/tech/gupta.html
+ http://cseweb.ucsd.edu/~kyocum/pubs/P2P-2009.pdf
+
+ * Linux Time namespace
+ Add a time namespace to the Linux kernel, allowing for gettimeofday() offsets.
+ http://lkml.indiana.edu/hypermail/linux/kernel/0604.1/1225.html
\ No newline at end of file